C
chrisoftoday
Hi,
For some reason my image map isn't working in firefox. It works fine
in IE 7 and I can't spot any differences between the code for this and
previous sites where I've successfully used image maps. My HTML is:
<img src="gfx/menu.jpg" alt="Navigation Menu" usemap="#menu"
style="margin-left: 35px; border: 0;"/>
<map id="menu">
<area shape="rect" href="Default.aspx" coords="5,4,51,16"
alt="Home" />
<area shape="rect" href="Shows.aspx" coords="54,4,106,16"
alt="Shows" />
<area shape="rect" href="About.aspx" coords="110,4,155,17"
alt="About AloneInACrowd.co.uk" />
<!--<area shape="rect" href="http://www.freeboards.net/
aloneinacrowd" coords="159,4,210,17" alt="Messageboard" />-->
<!--<area shape="rect" href="Links.aspx" coords="213,4,256,16"
alt="Resources" />-->
</map>
Can anyone spot anything that's wrong? The website is http://www.aloneinacrowd.co.uk
if you want to test it yourself.
Thanks.
For some reason my image map isn't working in firefox. It works fine
in IE 7 and I can't spot any differences between the code for this and
previous sites where I've successfully used image maps. My HTML is:
<img src="gfx/menu.jpg" alt="Navigation Menu" usemap="#menu"
style="margin-left: 35px; border: 0;"/>
<map id="menu">
<area shape="rect" href="Default.aspx" coords="5,4,51,16"
alt="Home" />
<area shape="rect" href="Shows.aspx" coords="54,4,106,16"
alt="Shows" />
<area shape="rect" href="About.aspx" coords="110,4,155,17"
alt="About AloneInACrowd.co.uk" />
<!--<area shape="rect" href="http://www.freeboards.net/
aloneinacrowd" coords="159,4,210,17" alt="Messageboard" />-->
<!--<area shape="rect" href="Links.aspx" coords="213,4,256,16"
alt="Resources" />-->
</map>
Can anyone spot anything that's wrong? The website is http://www.aloneinacrowd.co.uk
if you want to test it yourself.
Thanks.