View Full Version : image map issue


Rosekeet
03-27-2003, 12:31 AM
For some reason the first link on my image map isn't working. (the site is here) (http://www.angelfire.com/weird2/onecardshort/journal/html/) The code for the map is

<html>
<body>
<!-- Created by CuteMAP -->
<!-- Visit us at http://www.globalscape.com -->
<!-- Beginning of CSIM -->
<IMG SRC="one_card_short.gif" USEMAP="#one_card_short.gif" WIDTH=730 HEIGHT=450 BORDER=0>
<MAP NAME="one_card_short.gif">
<AREA SHAPE=POLY COORDS="94,302,258,240,258,240,284,350,130,406,126,408,112 ,366" HREF="http://www.angelfire/com/weird2/onecardshort/journal.html" TARGET="iframe" ALT="My blog type thing" OnMouseOver="window.status='My blog type thing'; return true">
<AREA SHAPE=POLY COORDS="234,182,260,222,94,280" HREF="http://www.angelfire.com/weird2/onecardshort/aboutme.html" TARGET="iframe" ALT="my bio" OnMouseOver="window.status='My biography'; return true">
<AREA SHAPE=POLY COORDS="180,130,216,172,72,270" HREF="http://www.angelfire.com/weird2/onecardshort/writing.html" TARGET="iframe" ALT="My fanfiction, poetry, short stories and other works" OnMouseOver="window.status='My fanfiction, poetry, short stories, and other works'; return true">
<AREA SHAPE=POLY COORDS="126,112,166,134,68,252" HREF="http://www.angelfire.com/weird2/onecardshort/favoritesites.html" TARGET="iframe" ALT="My favorite sites" OnMouseOver="window.status='My favorite sites'; return true">
<AREA SHAPE=POLY COORDS="66,98,114,110,44,262" HREF="http://www.angelfire.com/weird2/onecardshort/home.html" TARGET="iframe" ALT="Home" OnMouseOver="window.status='home'; return true">
</MAP>
<!-- End of CSIM -->
<div style="position: absolute; left: 378px; top: 59px;"><iframe src="iframe.html" name="iframe" width="320" height="362" style=border="0" frameborder="0"></iframe></div>


</body>
</html>


The link I'm having an issue with is the very first card on the left.

sebluver
03-27-2003, 12:48 AM
Hmmm...sometimes it works if you change the map name. Are you sure it should have .gif in it?

bjmprime
03-27-2003, 01:32 AM
yeah that stuff is complicated i was just playing with numbers and then yeah i got it working it was fustrating.