複製鏈接
請複製以下鏈接發送給好友

onmouseout

鎖定
定義和用法onmouseout 事件會在鼠標指針移出指定的對象時發生。
外文名
onmouseout
所屬學科
計算機

onmouseout定義與用法

onmouseout 事件在鼠標指針移除元素時觸發。

onmouseout屬性值

onmouseout 事件具有下表中的屬性值: [1] 
描述
規定該onmouseout事件觸發時執行的腳本。

onmouseout語法

onmouseout="SomeJavaScriptCode"

onmouseout使用

支持該事件的 JavaScript 對象
layer, link
支持該事件的 HTML 標籤
<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>, <caption>, <cite>, <code>, <dd>, <dfn>, <div>, <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>
參考資料