<script> 
document.execCommand("2D-position",false,true); 
</script> 
<DIV contentEditable=true> 
<DIV style="WIDTH: 300px; POSITION: absolute; HEIGHT: 100px; BACKGROUND-COLOR: red ;filter:alpha(opacity=30)" onmouseup="alert(this.style.top);alert(this.style.left);">移动层</DIV> 
</DIV>