Image Map Question!, Help! |
Image Map Question!, Help! |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2009 Member No: 743,955 ![]() |
So I use Image maps to create my myspace layouts
I Have a problem I have this image map i saved as a transparent image because it has some detailed shading and transparent elements I want to animate a part of the image map Usually i do it the easy way and just make the map bg into an animated Gif. Well with the transparency problem I cant seem to optimize the animation properly for my details to show is It possible To Lay Images Over An Image Map? Sort of like creating a fake image map rollover except the element i want animated isnt a link just a blinking like design! "So Yeah long ladder text short sorry : P" Can i posistion another image Over My image map? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Definitely. Just upload that image separately and position it in a DIV like on this code:
CODE <div style="position:absolute; top:#px; left:50%; margin-left:#px; z-index:9;"> <img src="URL"> </div> Replace the top and margin-left pound symbols with appropriate values according to where you want to place the image. Replace URL with the url of the image you want to position. |
|
|
![]() ![]() |