html中在鼠標(biāo)指針移動到元素外時觸發(fā)的事件屬性onmouseout
發(fā)表時間:2023-12-27 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]實例當(dāng)鼠標(biāo)指針移動到圖像之外時執(zhí)行一段 JavaScript:<img onmouseout="normalImg(this)" src="smiley.gif" alt="Smiley">瀏覽器支持IEFirefoxChro...
實例
當(dāng)鼠標(biāo)指針移動到圖像之外時執(zhí)行一段 JavaScript:
<img onmouseout="normalImg(this)" src="smiley.gif" alt="Smiley">
瀏覽器支持
IE
Firefox
Chrome
Safari
Opera
所有主流瀏覽器都支持 onmouseout 屬性。
定義和用法
onmouseout 屬性在鼠標(biāo)指針移動到元素外時觸發(fā)。
注釋:onmouseout 屬性不適用以下元素:<base>、<bdo>、<br>、<head>、<html>、<iframe>、<meta>、<param>、<script>、<style> 或 <title>。
HTML 4.01 與 HTML5 之間的差異
無。
語法
<element onmouseout="script">
屬性值
值 | 描述 |
script | onmouseout 發(fā)生時運行的腳本。 |
支持該事件的 HTML 標(biāo)簽:
<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>,
<caption>, <cite>, <code>, <dd>, <dfn>, <p>, <dl>, <dt>, <em>, <fieldset>,
<form>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>,
<li>, <map>, <ol>, <p>, <pre>, <samp>, <select>, <small>, <span>, <strong>,
<sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>, <th>, <thead>,
<tr>, <tt>, <ul>, <var>
支持該事件的 JavaScript 對象:
layer, link
實例
在下面的例子中,我們將在鼠標(biāo)指針移出圖像時顯示一個對話框:
<img src="/i/example_mouse2.jpg" alt="mouse"
onmousemove="alert('您的鼠標(biāo)剛才離開了圖片!')" />
以上就是html中在鼠標(biāo)指針移動到元素外時觸發(fā)的事件屬性onmouseout的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。