mouseover in Mozilla/Netscapea

liunx

Guest
is there a way that i can make my mouseover scripts work in these three browsers the same way that they work in IE?<br />
<br />
i noticed that on my test page :<br />
<!-- m --><a class="postlink" href="http://www.carpenoctem.tv/test/khan.html">http://www.carpenoctem.tv/test/khan.html</a><!-- m --><br />
<br />
that my mouseover script works on the bottom of the page for the back, next, and home buttons, but it doesnt work on the top of the page on the image maps.<!--content-->In the image maps on top, you've used onMouseMove to change window.status, but in the bottom you've used onMouseOver. Another possibility is, that Netscape/Mozilla doesn't react when using one of those in <area> tags, but I suspect the first reason.<!--content-->when i changed the mouseover tags on the map, then IE wouldnt recognize the mouseover, so i moved to back to the way it was before. if it cannot be done, then i will live with it the way that it is.<!--content-->
 
Back
Top