This is my CSS class:
.overitem {
position: relative;
background: url(images/bg.png) no-repeat;
width:83px;
height: 83px;
}
.sit {
position: absolute;
top: 50%;
left: 50%;
}
My HTML :
<div class="overitem"><img src="/images/vcs.png" class="sit"/></div>
The problem is that I can not make the from the img tag, in a middle of the background of overitem class. What should I do, to make it appear in the middle of the bg.png image?
vcs.png? – 0x60 Nov 30 '11 at 20:18foreachand then I do select another image for each loop - in the results, there are hundreds of images. – Cyclone Nov 30 '11 at 20:37