get element position
- by hopes
how can i know that a specific is on another specific after dragging the first and drop it
I am using this code in the head of my document to enable drag and drop of my divs
var dragapproved=false
var z,x,y
function move(){
if (event.button==1&&dragapproved){
z.style.pixelLeft=temp1+event.clientX-x…