- From: Mike Grassman <mike@designing-solutions.com>
- Date: Sat, 17 Jun 2000 15:02:37 -0500
- To: www-html@w3.org
><img src="example.gif" width="100" height="30" border="0" alt="" 
>onmouseover="dosomething()" onmouseout="dosomethingelse()">
>
>Netscape would show the picture, but nothing would happen if the mouse 
>scrolls over or out of the picture. This might be caused by the browsers 
>settings, I don't now.
I had the same problem a while back.  Try this:
         <a href="#" onmouseover="dosomething()" 
onmouseout="dosomethingelse()"><img src="example.gif"           width="100" 
height="30" border="0" alt=""></a>
For some reason Netscape couldn't/wouldn't allow event handlers in the img 
tags.
Mike Grassman
htp://www.designing-solutions.com
Received on Saturday, 17 June 2000 16:03:45 UTC