[转]关于鼠标拖动,试试看!(只支持IE)

<html>
 <head>
 </head>
 <body>
  <script lang='javascript'>
   document.execCommand("2D-position",false,true);
  </script>
  <DIV contentEditable=true>
   <DIV style="WIDTH: 300px; POSITION: absolute; HEIGHT: 100px; BACKGROUND-COLOR: red">移动</DIV>
   </DIV>
</body>
</html>

This article is posted by on , link is .

Leave a reply