Code:
.sprite{
background:url(Sprite.png)
}
.feed{
background-position: -76px 0px;
}
Code:
<DIV STYLE='position:absolute; right:970px; top:2px;'> <a href='../feed'><img class='sprite feed' height='32' src='transpernt.png' width='32'/></a></DIV>
but i asked if i have image in css not in div like ..
i can make
Code:
.sky{
background-position: -76px 0px;
}
how i replace this skyimage with sprite .. or how i add the class="sprite sky" to it ?
i no see div to add class :(
this's example
Code:
body{
background:#8C1616 url(sky.jpeg)
}
Comment