<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>move</title>
<style type="text/css">
body{
font-size:12px;
color:#849BCA;
}

#btn{
float:left;
}

#move{
width:500px;
height:200px;
background:#EDF1F8;
border: 2px solid #849BCA;
float:left;
overflow:hidden;
position:absolute;
left:80px;
top:50px;
cursor:move;
}

.content{
padding:10px;
}
</style>
</head>
<body>
<div ;
mx = e.clientX;
my = e.clientY;
}
}
</script>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-01-24
  • 2021-12-21
  • 2022-01-20
  • 2021-08-29
  • 2021-09-24
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2021-05-28
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案