onmouseover 事件

返回上一级

HTML DOM 的 onmouseover 事件会在鼠标指针移动到指定的元素上时触发

语法

HTML

<element onmouseover=" SomeJavaScriptCode ">

JavaScript

object.onmouseover=function(){ /*SomeJavaScriptCode*/ };

浏览器支持

Yes Yes Yes Yes Yes

范例

鼠标指针移动到图片后执行Javascript代码

<img onmouseover="bigImg(this)" src="/static/i/img3.jpg" alt="Smiley">

运行范例 »

支持该事件的 HTML 标签

onmouseover 属性可使用于所有 HTML 元素,除了 <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, <title>

返回上一级

JavaScript 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.