View Full Version : Overlapping Images


lilblonde
06-21-2003, 06:25 AM
okay heres the page: http://petpages.neopets.com/~Tiny_Dust_Bunny
now im trying to get the first divider and image on the side to overlap with the image over the divider but the other css codes r confuzzeling so could some1 help me?

Owlie42
06-22-2003, 03:11 AM
in your <img> tag, add, "style="positioning:absolute; left:xpx; top:ypx" for both images. Just change "x" and "y" ro your values. That way, you can get them to overlap. Is that what you want?