View Full Version : whats wrong with my image map?


kicker91
07-16-2003, 12:57 AM
<html><head><title>bla</title></head>

<body><body bgcolor="white" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<IMG NAME="bla" SRC="bla.gif" BORDER="0" USEMAP="#bla">
<MAP NAME="bla">


<AREA SHAPE="rect" COORDS="3,501,18,532" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="17,507,31,534" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="29,494,44,526" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="44,495,61,548" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="61,492,80,522" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="74,491,93,550" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="93,497,107,544" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="105,490,122,542" HREF="/kicker/bla.html" TARGET="frame">
<AREA SHAPE="rect" COORDS="1,0,12,155" HREF="http://www.BLAAAAA.com" TARGET="_blank">
</MAP>

<iframe src="/kicker/bla.html" height="198" width="261" style="position:absolute; top:199px; left:15px" name="blog" border="0" frameborder="0" style="filter: alpha(opacity=85)"></iframe>

<iframe src="/kicker/bla.html" height="194" width="236" style="position:absolute; top:201px; left:312px" name="frame" border="0" frameborder="0" style="filter: alpha(opacity=85)"></iframe>

</body></html>


iframes work fine, just no links show up! and nothing actually works, i just put bla for a lot of stuff for security reasons O_o

pb&j
07-16-2003, 02:11 PM
can we presume the image and map NAME values are different from each other?

also presumed should be that you are not using a host that does the frameset thing to create your domain name (as they sometimes use the NAME value of FRAME which then causes a stir if you try to use it.) ?

kicker91
07-16-2003, 07:58 PM
whoops, thanks =]