Varför fungerar inte denna imagemap? Bilden kommer upp men man kan inte klicka...
<html>
<body>
<img usemap"#map" src="art/topmenu/main.gif">
<map name="map">
<area shape="rect" coords="32,21,174,93" href="p_default.asp" title="">
<area shape="rect" coords="12,104,66,118" href="p_nyheter.asp" title="">
<area shape="rect" coords="71,104,121,118" href="p_projekt.asp" title="">
<area shape="rect" coords="124,104,163,118" href="p_laget.asp" title="">
<area shape="rect" coords="167,104,213,118" href="p_sasong.asp" title="">
<area shape="rect" coords="217,104,287,118" href="p_sponsorer.asp" title="">
<area shape="rect" coords="290,104,342,118" href="p_allmant.asp" title="">
<area shape="rect" coords="345,104,401,118" href="p_skvaller.asp" title="">
<area shape="rect" coords="405,104,459,118" href="p_gastbok.asp" title="">
<area shape="rect" coords="462,104,511,118" href="p_medlem.asp" title="">
<area shape="rect" coords="514,104,565,118" href="p_kontakt.asp" title="">
<area shape="default" nohref>
</map>
</body>
</html>