HTML onmouseout イベント属性

❮ HTML イベント属性

画像の外にマウスポインタを移動するときに JavaScript を実行します:

<img onmouseout="normalImg(this)" src="smiley.gif" alt="Smiley">
Try it Yourself ❯

定義と用法

onmouseout 属性は、要素の外にマウスポインタを移動するときに発火します。

チップ: onmouseout 属性は、多くの場合、onmouseover 属性と一緒に使用されます。


ブラウザ・サポート

イベント属性
onmouseout Yes Yes Yes Yes Yes

HTML 4.01 と HTML5 の相違点

なし。


構文

<element onmouseout="script">

属性値

説明
script script は onmouseout で実行される

技術的詳細

サポートする HTML タグ: 次の要素を除くすべての HTML 要素: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>

関連ページ

HTML DOM リファレンス:onmouseout イベント


HTML Event Attributes HTML イベント属性