将不会显示CSS Background-Image

时间:2013-05-04 20:09:21

标签: html css

当我写下图像所在的位置时,它将无法在目录中找到它。无论我做什么,我尝试引用,无引号,切换目录,仍然没有帮助,只有当我把我的图像放在文件夹之外,是我能够看到图像。这是我的代码示例:

#Story {
background-image: url('Images/Story.png');
background-repeat:no-repeat;
height:45px;
width:75px;
text-align:center;
text-decoration:none;
color:#ededed;
float:left;
padding:13px;
font-family:"Helvetica";
font-size:18px;

}

1 个答案:

答案 0 :(得分:2)

路径是相对于css文件的..这可能是你的问题..