The mouseover event triggers when the mouse pointer enters the div element, and its child elements.
The mouseenter event is only triggered when the mouse pointer enters the div element.
The onmousemove event triggers every time the mouse pointer is moved over the div element.