• Home
  • Chapters
    • Getting Acquainted
    • Start Me Up
    • Working with Images
    • Form Handling
    • Form Handling
    • Forms and Regular Expressions
    • Handling Events
    • JavaScript and Cookies
    • Objects and the DOM
  • Resources
    • W3 Schools
    • Google Fonts
    • Awesome Patterns
  • Examples
    • Example 1
    • Example 2
    • Example 3
    • Example 4
    • Example 5
    • Example 6
    • Example 7
    • Example 8
    • Example 9
    • Example 10
  • Contact

Mouse Movement Events

Event Example
onmousemove left eye right eye left eyeball right eyeball
onmouseover image
onmouseout image


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.


⇐Back To "Getting Acquainted"