当鼠标指针移出图片时运行脚本:
<img onmouseout="normalImg(this)" src="smiley.gif" alt="Smiley">
所有主流浏览器都支持 onmouseout 事件属性
onmouseout 属性在鼠标指针移除元素时触发。
注意: onmouseout 属性不能使用于以下元素: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, 或 <title>。
无。
<element onmouseout="script">