Home >Web Front-end >HTML Tutorial >Background image problem in css_html/css_WEB-ITnose

Background image problem in css_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:16:101220browse

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);/*依然不能正常显示背景图片*/

Picture placement In templets/default/images
How should I write the path? ?


Reply to discussion (solution)

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn