Multiple choice javascript Which is detected when the mouse moves over a link ? overMouse event onMouseOver event onRollOver event OnMouseOut event Reveal answer Fill a bubble to check yourself B Correct answer Explanation The onMouseOver event occurs when the mouse pointer is moved onto an element. onRollOver is used in Flash/ActionScript, and onMouseOut occurs when the pointer leaves the element.