1. Computing & Technology

onmouseout

From , former About.com Guide

See More About:
Definition: The onmouseout event is used to define actions to be taken when a mouse moves off of a particular object on the web page. This is not a reserved word so you can declare your own variable or function called onmouseout but if you do then you will not be able to detect mouse movement using this method.
Examples:
window.onmouseout=myFunction;

©2012 About.com. All rights reserved.

A part of The New York Times Company.