1

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

#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;

}

4

1 回答 1

2

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

于 2013-05-04T20:11:10.287 回答