HTML onmouseout Event Attribute

HTML Event Attributes : Execute a JavaScript when moving the mouse pointer out of an image

Definition and Usage

The onmouseout attribute fires when the mouse pointer moves out of an element.

Tip: The onmouseout attribute is often used together with the onmouseover attribute.

Browser Support

Event Attribute
onmouseout Yes Yes Yes Yes Yes

Syntax

<element onmouseout="script">

Attribute Values

Value Description
script The script to be run on onmouseout

Technical Details

Supported HTML tags: All HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>

Related Pages

HTML DOM reference: onmouseout event

❮ HTML Event Attributes