onmouseout
The onmouseout property returns the onMouseOut event handler code on the current element.
Syntax
event handling code = element.onmouseout
Example
Notes
The mouseout event is raised when the mouse leaves an element (e.g, when the mouse moves off of an image in the web page, the mouseout event is raised for that image element).
Specification
Netscape Communications http://developer.netscape.com |