本帖最后由 ambition0326 于 2011-01-20 16:10:02 编辑

解决方案 »

  1.   

    current = $(this);
    top=e.pageY-parseInt(current.css("top"));
    left=e.pageX-parseInt(current.css("left"));
    move=true;
    return false;
    如此便可
      

  2.   

    如果是被选中的问题
    在mousemove里
    window.getSelection?window.getSelection().removeAllRanges() : document.selection.empty();//清除选择
      

  3.   


    恩 ,加上这个就可以了 把同样位置替换成
    if(e.preventDefault)e.preventDefault();
            else e.returnValue=false;
    即为:current = $(this);
    top=e.pageY-parseInt(current.css("top"));
    left=e.pageX-parseInt(current.css("left"));
    move=true;

    if(e.preventDefault)e.preventDefault();
            else e.returnValue=false;
    只是还是不明天为什么 ,还望讲解下 求解啊??
    谢谢