The following image map works in IE, but in firefox my cursor treats it like hyperlinks, but at the bottom of the screen it says ".../message file"
All of the other forums/sites suggested adding the name="toc" after <map, but that didn't fix it.
Any ideas?
Thanks
Jeremy
Code:
<html>
<body bgcolor="#000000">
<img src="nav.jpg" alt=Navigation Image Map" style="border-style: none" usemap="#toc" />
<map name="toc" id="toc">
<area href="message file" target="content" shape="default" />
<area target="content" shape="rect" coords="14, 80, 121, 115" href="initialcontent.html" />
</map>
</body>
</html>
All of the other forums/sites suggested adding the name="toc" after <map, but that didn't fix it.
Any ideas?
Thanks
Jeremy