Deadnub
02-02-2005, 04:00 AM
Hi, i'm kind of new to imagemapping, and i would like to know if it's possible to place an image over another image.
I design web graphics as a hobby and i wanted to put some animated pics over another picture.
Any info/help on this would be greatly appreciated.
image mapping = creating a spot on an image that will link.
image positioning = making one image overlap another.
you will want to make sure the image map area (link area) is not being overlapped otherwise the link may not work (if something is over the link spot).
try adding this to your IMG tags to position them to your desired location.
style="position:absolute; left:100px; top:100px;"
then adjust the values as you desire.
Deadnub
02-02-2005, 04:36 AM
Alright thank you very much, that worked out just fine.
ok, no worries then. good luck!
Lord_Masa
02-03-2005, 03:29 AM
style="position:absolute; left:100px; top:100px;"
I'd also add the z-index property, which specifies layers. That way, it will guarantee which is on top. 1=closest to the back.
style="position:absolute; left:100px; top:100px; z-index:1/2;"