码迷,mamicode.com
首页 > Web开发 > 详细

HTML Dom Event对象onmousemove事件

时间:2015-02-03 11:14:18      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

事件会在鼠标指针移动时发生。

支持该事件的 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>

例子:
下面的例子中,当用户把鼠标移动到图像上时,将显示一个对话框:

<html>
<head>
</head>

<body>
<p backgroud="red" onmousemove="alert('您的鼠标刚才经过了文字!')">
鼠标从上面飘过去试试</p>
</body>
</html>

HTML Dom Event对象onmousemove事件

标签:

原文地址:http://blog.csdn.net/helloboat/article/details/43445969

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!