this is the hypertext markup language
<div id="tab-1">
</div>
her is the cascading style sheets
#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;
}
What is the issue with displaying background-image? It works fine with background-color but not with background-image. Sometimes it may work in jsfiddle but not on my localhost.