TypechoJoeTheme

Dcr163的博客

统计

抓不到乌龟

2015-10-18
/
0 评论
/
935 阅读
/
正在检测是否收录...
10/18

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<head>
<title>抓不到乌龟</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
    div {
        width: 200px;
        height: 200px;
        background: olive;
        overflow: hidden;
        position: relative;
        border: 1px dashed lemonchiffon;
        border-radius: 5px initial;
        left:0px;
    }
    img {
        width: 200px;
        height: 200px;
        position: relative;
    }
</style>
</head>
    <body>
        <pre>
            a)事件对象包含事件相关的信息,如鼠标,时间,促发的DOM对象等
            b)事件对象被系统传递给事件函数第一个个参数
            c)事件对象的属性在IE/W3c略有不同
            d)一个重要的事件属性:target,srcElement(IE下),代表事件发生的所在DOM对象
        </pre>
        <div>
            <img src="./1.jpg" alt="" />
        </div>    
    </body>
    <script type="text/javascript">
        document.getElementsByTagName('div')[0].onmousemove=function (ev){
            this.style.left=ev.pageX+5+'px';
        }
        document.getElementsByTagName('div')[0].onclick=function (){
            alert ('来打我呀');
        }
    </script>
</html>

朗读
赞(0)
版权属于:

Dcr163的博客

本文链接:

http://dcr163.cn/58.html(转载时请注明本文出处及文章链接)

评论 (0)

人生倒计时

今日已经过去小时
这周已经过去
本月已经过去
今年已经过去个月

最新回复

  1. slot demo
    2025-01-13
  2. 陌天
    2025-01-09
  3. Kerrie Bostick
    2024-12-28
  4. Norma Gainey
    2024-09-21
  5. Amber Powlett
    2024-05-09

标签云