Image maps

liunx

Guest
hey guys! I'm building a website, *ahem* <!-- m --><a class="postlink" href="http://www.freewebs.com/electrical/elec.htm">http://www.freewebs.com/electrical/elec.htm</a><!-- m --> <br />
<br />
of course i will not leave the thing like that.. I wanna make an image map so I can have links when i click in "home, why?, blends, influences, etc..." <br />
<br />
but the thing is that, it doesnt work.. and i dont know why. :(<br />
<br />
here's what i put (i took it off)<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"central3.jpg" border="0" alt="Navigation" usemap="#navigation" WIDTH="750" HEIGH="510"> <br />
<map name=navigation><br />
<area shape="rect" coords="44,104,706,406" href=http://www.htmlforums.com/archive/index.php/"main1.htm"><br />
<area shape="rect" coords="91,148,194,262" href=http://www.htmlforums.com/archive/index.php/"blendsmall.htm"> <br />
</map><br />
<br />
the page I'm modifying is this one, <!-- m --><a class="postlink" href="http://www.freewebz.com/electrical/centralmain.htm">http://www.freewebz.com/electrical/centralmain.htm</a><!-- m --><br />
<br />
help! :(<!--content-->I suggest taking the picture into Adobe Imageready and making it an imagemap in there. It's alot easier.<!--content-->adobe imageready.. interesting, i really should interact with this program now, thanx. I'm gonna try this<!--content-->Irfanview can show the coordinates when the mouse is clicked on the image.<br />
Write this coordinates in the immap.<br />
<br />
Take a look:<br />
<BODY text=#000000 bgColor=#000024 <br />
background=cantralmain_bestanden/main1_bestanden/iframeplain.jpg Marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 ><br />
<br />
<table width="750" border="0" cellspacing="1" cellpadding="1" bordercolor="#800080" align="center"><br />
<tr><br />
<br />
<!-- Row 1 Column 1 --><br />
<td width="750" height="510" valign="top"><br />
<MAP NAME="mymap"><br />
<AREA SHAPE=RECT COORDS="27,90,67,110" HREF=http://www.htmlforums.com/archive/index.php/"home.htm"<br />
onMouseOver="self.status='Home'; return true;"><br />
<AREA SHAPE=RECT COORDS="78,90,112,110" HREF=http://www.htmlforums.com/archive/index.php/"why.htm"<br />
onMouseOver="window.status='Feedback'; return true;"><br />
<AREA SHAPE=RECT COORDS="122,90,169,110" HREF=http://www.htmlforums.com/archive/index.php/"blend.htm"<br />
onMouseOver="window.status='Information'; return true;"><br />
<AREA SHAPE=RECT COORDS="171,90,230,110" HREF=http://www.htmlforums.com/archive/index.php/"infuence.htm"<br />
onMouseOver="window.status='Information'; return true;"><br />
<AREA SHAPE=RECT COORDS="242,90,280,110" HREF=http://www.htmlforums.com/archive/index.php/"links.htm"<br />
onMouseOver="window.status='Information'; return true;"><br />
<br />
<AREA SHAPE=RECT COORDS="290,90,350,110" HREF=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]"<br />
onMouseOver="window.status='Email Us'; return true;"><br />
</MAP><br />
<img src=http://www.htmlforums.com/archive/index.php/"cantralmain_bestanden/central3.jpg" width="750" height="510" alt="" USEMAP="#mymap" border=0><br />
</td><br />
<br />
</tr><br />
</table><br />
<br />
<br />
<br />
:rocker:<!--content-->OMG petervazed, thanx so much!! you practically made me the code there!! omg this is great!! *jumps* thanks so much!<!--content-->You'r welcome ;)<br />
:rocker: jump :rocker:<!--content-->
 
Back
Top