js:
var posX
; 🎜>fdiv = document.getElementById("divBody");
document.getElementById("divHead").onmousedown=function(e)
{
if(!e) e = window.event; /window.event; /IE
posX = e.clientX - parseInt(fdiv.style.left);
posY = e.clientY - parseInt(fdiv.style.top);
document.onmousemove = mousemove;
;
;
;
;
;
;
;
;
;
;
;
; }
document.onmouseup = function()
{
document.onmousemove = null;
}
html:
複製程式碼
程式碼
複製程式碼