我想替换
<div><img src="/mod/EmpTheme/free1/img/2843_3_base.png" /></div>
带
<div class="tempbtm"></div>
并放
.tempbtm { background:url(/mod/EmpTheme/free1/img/2843_3_base.png) left top no-repeat; }
在css文件中。问题是如果我这样做没有显示图像。
答案 0 :(得分:4)
您必须指定容器的宽度和高度。
答案 1 :(得分:0)
图像尺寸是多少?它可能会显示div
中图像的白色内容,让您认为它不起作用。您的代码是正确的,当我更改图像时它的工作。
或者它可能是directory linking problem.