Help - Search - Members - Calendar
Full Version: Experienced people, please help :(?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
cherrinkim
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?
newkidontheblock
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.