这是html
<div id="tab-1">
</div>
她是css
#tab-1:before{
background-image: url("http://t3.gstatic.com/images?q=tbn:ANd9GcQQxJ4VT26y0vXV4ea0BVugIdFEJ3BhnZByh13xvD-LbWPocNCHHw") no-repeat;
content: "";
display: block;
height: 100px;
position: relative;
top: 8px;
width: 500px;
}
如何显示背景图像?如果我使用背景颜色,那么它可以工作,但为什么不使用背景图像?即使有时可以在 jsfiddle 中工作,但不能在我的本地主机中工作。