- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
var и=document.all;
var взял=0;
var тащу=0;
function тащим(e){
document.oncontextmenu=function(){return false;}
document.ondragstart = function(){return false;}
document.body.onselectstart = function(){return false;}
под=e.target.id;
if (и(под)==null){return false; }
if (тащу==0){и(под).style.zIndex=0;return false; }
var y=e.clientY+document.body.scrollTop;
var x=e.clientX+document.body.scrollLeft;
var yy=e.offsetY;
var xx=e.offsetX;
if(взял==1){k=yy; m=xx; и(под).style.cursor='pointer';
и(под).style.position='absolute';}
и(под).style.top=y-k;
и(под).style.left=x-m;
и(под).style.zIndex=2;
взял=0;
}
onmouseup=function(){тащу=0; }
onmousedown=function(){взял=1; тащу=1;}
drag'n'drop по-сибирски: http://clecar.ru/raznoe/yroki/yrok2.html
cykablyad 16.04.2017 12:11 # 0
Так вот где HACTEHbKA научилась кодить