View Full Version : Over images


AdidasGuy
05-08-2003, 01:20 AM
I don't have an example site, but I'll try to explain it...Is there an HTML code where you can place an image slightly ontop of another image? I've been to this one site long time ago and their banner was ontop of an add that their site supported. Anybody know the code or know of what I'm trying to get at?

-AdidasGuy

zangerbanger
05-08-2003, 01:22 AM
All you do is position 2 images really close to each other, and then they'll overlap. This is called CSS positioning. More can be found here:

http://www.lissaexplains.com/css2.shtml#position

AdidasGuy
05-08-2003, 01:34 AM
Thanks!

-AdidasGuy

zangerbanger
05-08-2003, 04:06 AM
You're welcome :) !