hey,
Just screwqed up one of my LP's in fire fox...
I updated my design layout that i bought from someone and all i did was change the "coords" of the img map in HTML from what the original coder did.
Now it doesn't work in Firefox. Nothing even happens when i roll over the image.
Works fine in IE. Here is what i have:
Just screwqed up one of my LP's in fire fox...
I updated my design layout that i bought from someone and all i did was change the "coords" of the img map in HTML from what the original coder did.
Now it doesn't work in Firefox. Nothing even happens when i roll over the image.
Works fine in IE. Here is what i have:
Code:
<img src="images/free_samp.jpg" alt="blah blah blah" width="894" height="513" border="0" usemap="#Map">
<map name="Map"><area shape="rect" coords="637,367,794,400" href="join_free.php" alt="Gblah blah blah" title="blah blah blah Now!">
</map>