onmouseenter, onmouseleave | NN n/a IE 5.5(Win) DOM n/a |
Bubbles: No; Cancelable: No | |
Fire when the user rolls the mouse pointer into (onmouseenter) or out of (onmouseleave) an element's space (including border or padding, but not margin). Each event fires just once per entry and exit. These variations on the onmouseover and onmouseout events do not bubble. |
|
Typical Targets | |
All rendered elements. |