Mouse Movement Events
Event | Example |
---|---|
onmousemove | |
onmouseover | |
onmouseout |
Explanation for Event:
Mouse Move: onmousemove - Follows the mouse movement on the page.
Mouse Over: onmouseover - Causes an image to change when the mouse is over it.
Mouse Out: onmouseout - Causes the image to turn off and back to it's original state.