Hello,
I know it's LONG, but please read, it's an interesting problem, but I'm sure I'm issing something
I was working on a drag-drop script. I was able to pick up an object, and move the object setting position: absolute, and
myobject.left = event.pageX;
myobject.top = event.pageY;
The idea...