zs7456

haha!
随笔 - 4, 文章 - 1, 评论 - 31, 引用 - 0
数据加载中……

test

 

<html>
<head>
<title>move</title>
<meta http-equiv="content-type" content="UTF-8">
<style>
<!--
   #mouse_mov
{
       position
:absolute;
       left
:12;
       top
:15;
}

-->
</style>
<script language="javascript">
  
<!--
     
function mov(x,y)
     
{
          mouse_mov.style.left
=x;
          mouse_mov.style.top
=y;
     }

-->
</script>
</head>
<body onMouseMove="mov(event.x,event.y)">
<div id="mouse_mov"><img src="图片.gif" alt=" "></div>
</body>
</html>

posted on 2008-04-18 09:05 zs7456 阅读(63) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: