I know this is php as I have looked for HTML and can't find it but I am new to all this IT stuff but learning.
I have a small Problem that my Image Map Works in IE but not in Firefox.
I have tried to empty catch and even tried to use a gif instead of a png.
I run a vbulletin site and I am using the notices to display the messages.
The image displays fine it is I can not click on the links that was created with the image map.
As I said it works fine in Internet Explorer
<p align="center"><map name="FPMap0">
<area href="http://www.mysite.com/forums/register.php" shape="rect" coords="346, 74, 450, 95">
<area href="http://www.mysite.com/forums/register.php" shape="rect" coords="598, 80, 776, 99">
</map>
<img border="0" src="http://www.mysite.com/notices/guest-notice.png" usemap="#FPMap0" width="800" height="100"></p>