茄子在线看片免费人成视频,午夜福利精品a在线观看,国产高清自产拍在线观看,久久综合久久狠狠综合

    <s id="ddbnn"></s>
  • <sub id="ddbnn"><ol id="ddbnn"></ol></sub>

  • <legend id="ddbnn"></legend><s id="ddbnn"></s>

    js實現(xiàn)div在頁面拖動效果
    來源:易賢網(wǎng) 閱讀:1266 次 日期:2016-07-06 10:09:48
    溫馨提示:易賢網(wǎng)小編為您整理了“js實現(xiàn)div在頁面拖動效果”,方便廣大網(wǎng)友查閱!

    這篇文章主要介紹了js實現(xiàn)div在頁面拖動效果,涉及JavaScript動態(tài)操作頁面元素與數(shù)值計算的相關(guān)技巧,需要的朋友可以參考下

    本文實例講述了js實現(xiàn)div在頁面拖動效果。分享給大家供大家參考,具體如下:

    <style type="text/css">

    body {

     margin: 0px;

    }

    #div1 {

     display: none;

     position: absolute;

     z-index: 1000;

     height: 100%;

     width: 100%;

     background: #000000;

     filter:Alpha(opacity=30);

    }

    #div2 {

     display: none;

     position: absolute;

     height: 100%;

     width: 100%;

     padding-top: 10%;

     z-index: 1001;

    }

    #div3 {

     display: block;

     position: absolute;

     z-index: 999;

    }

    </style>

    <script type="text/javascript">

    //定義移動對象和移動坐標(biāo)

    var Mouse_Obj="none",_x,_y;

    //拖動對象函數(shù)(自動)

    document.onmousemove=function()

    {

     if(Mouse_Obj!=="none")

     {

     document.getElementById(Mouse_Obj).style.left=_x+event.x;

     document.getElementById(Mouse_Obj).style.top=_y+event.y;

     event.returnValue=false;

     }

    }

    //停止拖動函數(shù)(自動)

    document.onmouseup=function()

    {

     Mouse_Obj="none";

    }

    //確定被拖動對象函數(shù) o為被拖動對象

    function m(o)

    {

     Mouse_Obj=o;

     _x=parseInt(document.getElementById(Mouse_Obj).style.left)-event.x;

     _y=parseInt(document.getElementById(Mouse_Obj).style.top)-event.y;

    }

    </script>

    <div id="div1"></div>

    <div id="div2" onmousedown="m(this.id)" style="left: 0px;top: 0px;">

    <table width="50%" border="0" cellpadding="3" cellspacing="1"

    style="background: #ff7300;

    position:static;filter:progid:DXImageTransform.Microsoft.DropShadow

    (color=#666666,offX=4,offY=4,positives=true)" align="left">

     <tr style="cursor: move;">

      <td><font color="#FFFFFF">溫馨提示:</font></td>

      <td align="right"><input type="button" value="x"

    onClick="document.getElementById

    ('div1').style.display='none';document.getElementById

    ('div2').style.display='none';" style="cursor: hand;"></td>

     </tr>

     <tr>

      <td colspan="2" width="100%" bgcolor="#FFFFFF" height="150"

    align="middle">歡迎訪問 <a >http://www.jb51.net</a></td>

     </tr>

    </table>

    </div>

    <div id="div3"><input type="button" value="打開層"

    onClick="document.getElementById

    ('div1').style.display='block';document.getElementById

    ('div2').style.display='block';"></div>

    希望本文所述對大家JavaScript程序設(shè)計有所幫助。

    更多信息請查看網(wǎng)絡(luò)編程
    易賢網(wǎng)手機(jī)網(wǎng)站地址:js實現(xiàn)div在頁面拖動效果
    由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

    2026上岸·考公考編培訓(xùn)報班

    • 報班類型
    • 姓名
    • 手機(jī)號
    • 驗證碼
    關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點 | 投訴建議
    工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
    云南網(wǎng)警備案專用圖標(biāo)
    聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
    咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
    云南網(wǎng)警報警專用圖標(biāo)