?? testdrag.html
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
<script>
function init(){
}
function show1(obj){
obj.innerHTML=event.top+","+event.left;
}
</script>
</head>
<body onLoad="init();">
<div id="test" onDraging="show1(this)"; style="border:solid 1px #ff0000;background:#ffffff;position:absolute;top:100px;left:1px;width:70px;behavior:url(../htc/sndrag.htc);">XY</div>
<div id="test1" style="border:solid 1px #ff0000;background:#ffffff;position:absolute;top:100px;left:100px;width:70px;behavior:url(../htc/sndrag.htc);">XYZ</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -