View Full Version : Image Maps


Yuppy
03-30-2003, 12:46 AM
Is there a limit to how many you get to have on a page? I can only put 3 on one of mine, but I'm not sure weather its my coding or its just this rule/limit thingamabobber.....HELP! *sigh* here's the coding that I have now...only the 4th map won't work...

<img src="topbuttons.gif" usemap="#mymap" width="75" height="100" hspace="-4">
<map name="mymap">
<area shape="rect" coords="0,0,75,20" href="frames.shtml">
<area shape="rect" coords="0,20,75,40" href="tables.shtml">
<area shape="rect" coords="0,40,75,60" href="/library/">
<area shape="rect" coords="0,60,75,80" href="index.html">
<area shape="rect" coords="0,80,75,100" href="java.shtml">
</map>
<p><img src="midbuttons.gif" usemap="#mymap1" width="75" height="100" hspace="-4"></p>
<map name="mymap1">
<area shape="rect" coords="0,0,75,20" href="frames.shtml">
<area shape="rect" coords="0,20,75,40" href="tables.shtml">
<area shape="rect" coords="0,40,75,60" href="/library/">
<area shape="rect" coords="0,60,75,80" href="index.html">
<area shape="rect" coords="0,80,75,100" href="java.shtml">
</map>
<p><img src="botbuttons.gif" usemap="#mymap2" width="75" height="140" hspace="-4"></p>
<map name="mymap2">
<area shape="rect" coords="0,0,75,20" href="frames.shtml">
<area shape="rect" coords="0,20,75,40" href="tables.shtml">
<area shape="rect" coords="0,40,75,60" href="/library/">
<area shape="rect" coords="0,60,75,80" href="index.html">
<area shape="rect" coords="0,80,75,100" href="java.shtml">
<area shape="rect" coords="0,100,75,120" href="index.html">
<area shape="rect" coords="0,120,75,140" href="java.shtml">
</map>
<p><img src="bottbuttons.gif" usemap"#mymappe" width="75" height="100" hspace="-4"></p>
<map name="mymappe">
<area shape="rect" coords="0,0,75,20" href="frames.shtml">
<area shape="rect" coords="0,20,75,40" href="tables.shtml">
<area shape="rect" coords="0,40,75,60" href="/library/">
<area shape="rect" coords="0,60,75,80" href="index.html">
<area shape="rect" coords="0,80,75,100" href="java.shtml">
</map>

does it look alright?

Dude128
03-30-2003, 01:59 AM
there's no limit that I know of. does the image show up and just the links won't work, or does it not show up at all?

Yuppy
03-30-2003, 05:21 AM
The image shows up...its just that the links don't work...

zangerbanger
03-30-2003, 05:33 AM
I'm pretty sure that there is no limit. Just make sure that all your maps have individual names and that you haven't made any spelling mistakes.

Yuppy
03-30-2003, 05:56 AM
Okie dokes...thankies! :) I finally found where I mussed up!! lolz, thankies both of you very much!! :)