I've created an imagemap of the US breaking it up by states. All is well in IE, but when I try to use either Netscape or Firefox the image map becomes misaligned. For example, as I mouse over the states my mouse may be over California but the imagemap displays Nevada. Any ideas would be greatly appreciated. I've listed below snippets related to the imagemap.
part 1:
part 2:
part 1:
Code:
<img src="<% =urlImage %>" ismap usemap='#myMap' border='0' alt='US States' align='top' width='700' height='350'>
part 2:
Code:
<map name='myMap' id='myMap'>