js解決movebox移動(dòng)問(wèn)題
來(lái)源:易賢網(wǎng) 閱讀:968 次 日期:2016-07-15 15:14:41
溫馨提示:易賢網(wǎng)小編為您整理了“js解決movebox移動(dòng)問(wèn)題”,方便廣大網(wǎng)友查閱!

本文為大家分享了js解決movebox移動(dòng)問(wèn)題,并且取消圖片默認(rèn)拖動(dòng)事件的相關(guān)操作,供大家參考,具體內(nèi)容如下

html:

<!DOCTYPE html> 

<html> 

<head> 

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 

  <link href="../Content/StyleSheet5.css" rel="stylesheet" /> 

  <script src="../Scripts/JavaScript5.js"></script> 

  <title></title> 

  <meta charset="utf-8" /> 

</head> 

<body> 

  <div id="center"> 

    <div id="black"></div> 

    <div id="movebox"> 

      <img id="moveimg" src="../Images/b.jpg"/> 

    </div> 

    <img id="bigimg" src="../Images/b.jpg" /> 

  </div> 

</body> 

</html>

js:

var movebox; 

window.onload = function () { 

  movebox = document.getElementById("movebox"); 

  movebox.addEventListener("mousedown", function (e) { 

    if (e.button > 0) { 

      fun2(); 

      return false; 

    } 

    e.preventDefault && e.preventDefault(); //明哥:去掉圖片拖動(dòng)響應(yīng) 狠重要 

    gen.x = e.clientX; 

    gen.y = e.clientY; 

    gen._x = movebox.offsetLeft; 

    gen._y = movebox.offsetTop; 

    gen.dx = gen.x - gen._x; 

    gen.dy = gen.y - gen._y; 

    document.addEventListener("mousemove",fun1,false); 

    document.addEventListener("mouseup", fun2, false); 

  }, false); 

}; 

var fun1 = function (e) { 

  gen.L = e.clientX - gen.dx; 

  gen.T = e.clientY - gen.dy; 

  var timefun = function () { 

    window.getSelection().removeAllRanges(); 

    if (gen.L < 100) 

      gen.L = 100; 

    else if (gen.L > 200) 

      gen.L = 200; 

    if (gen.T < 125) 

      gen.T = 125; 

    else if (gen.T > 175) 

      gen.T = 175; 

    setLT(movebox, gen.L, gen.T); 

  }; 

  setTimeout(timefun, 2); 

}; 

var fun2 = function () { 

  document.removeEventListener("mousemove", fun1, false); 

  document.removeEventListener("mouseuo", fun2, false); 

}; 

var gen = { 

  x: null, 

  y: null, 

  _x: null, 

  _y: null, 

  dx: null, 

  dy: null, 

  L: null, 

  T:null, 

}; 

var setLT = function (dom, L, T) { 

  dom.style.left = L + "px"; 

  dom.style.top = T + "px"; 

};

css:

body { 

  position:absolute; 

  margin:0; 

  padding:0; 

#center{ 

  position:absolute; 

  top:200px; 

  left:300px; 

  width:400px; 

  height:400px; 

  background-color:#808080; 

#black{ 

  position:absolute; 

  width:400px; 

  height:400px; 

  z-index:80; 

  background-color:#000; 

  opacity:0.6; 

#bigimg{ 

  z-index:50; 

  position:absolute; 

  left:100px; 

  top:125px; 

#movebox{ 

  z-index:100; 

  position:absolute; 

  width:100px; 

  height:100px; 

  left:150px; 

  top:150px; 

  overflow:hidden; 

  cursor:move; 

  background-color:#ff6a00; 

#moveimg{ 

  position:absolute; 

  left:-50px; 

  top:-25px; 

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助。

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

2025國(guó)考·省考課程試聽報(bào)名

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