<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style type="text/css">
#parent{
position:absolute;left:0;top:0;width:100%;height:100%;
background-color:#6FF;
}
#mpointer{
position:absolute;
left:100px;
top:300px;
}
</style>
<script language="javascript">
function gifPic()
{
/*e= e || window.event;*/
var movex=event.clientX;
var movey=event.clientY;
var pic=document.getElementById("mpointer");
pic.style.top=movey+"px";
pic.style.left=movex+"px";
document.title=movex+"-"+movey;
}
</script>
<body>
<div id="parent" onmousemove="gifPic()">
<div id="mpointer">
<img src="Images/mouse.gif" width="40" height="40"/>
</div>
</div>
</body>
</html>
Powered by ddoss.cn 12.0
©2015 - 2024 ddoss
渝公网安备50011302222260号 渝ICP备2024035333号 【实验平台安全承诺书】 小绿叶技术社区,优化网络中,点击查看配置信息
您的IP:192.168.122.82,2024-10-10 17:52:36,Processed in 0.03048 second(s).