TOC PREV NEXT INDEX

Put your logo here!


onmouseout


The onmouseout property returns the onMouseOut event handler code on the current element.

Syntax

event handling code = element.onmouseout 

Example

None. 

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

Not part of specification.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX