Experienced people, please help :(? |
![]() ![]() |
Experienced people, please help :(? |
Jul 12 2008, 04:53 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Nov 2004 Member No: 61,418 |
I have an imagemap code. Now what?
Where exactly am I supposed to paste it? QUOTE Third: Making your div's. [the fun part wink.gif] Putting up your main image. Upload it at http://www.imageshack.us and then put it into this CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="IMAGEURLHERE"> </div> This was from the stickied topic "making a div overlay layout." Am I supposed to put the code in "IMAGEURLHERE?" I honestly don't know what to do! Am I not supposed to use the code above, and just paste the imagemap code in? |
|
|
|
Jul 12 2008, 08:02 PM
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
You Can Do This
CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="IMAGEURLHERE" usemap="#img_map" > <map name="img_map" > PLACE YOUR MAPPING CODE HERE </map> </div> - Post Your Map Code And I Can Do It For You |
|
|
|
![]() ![]() |