background: url({dede:global.cfg_templets_skin/}/default/images/nav-icons.png);
background:url(../images/nav-icons.png);/*能够在本地正常显示背景图片*/
background:url(../images/nav-icons.png);/*在CMS中不能正常显示背景图片*/
background: url({dede:global.cfg_templets_skin/}/images/nav-icons.png);/*依然不能正常显示背景图片*/
url{/templets/default/images/nav-icons.png}
Direct url(images/nav-icons .png) will do
If the url ("image/nav-icons.png") is in the css, pay attention to whether the format of your image is correct