HTML5 Drag and Drop anywhere on the screen
Drag and drop doesn’t move elements around, if you want the element to move when you drop it then you have to set the new position of the element in the drop event. I’ve done an example which works in Firefox and Chrome, here are the key points: function drag_start(event) { var style = window.getComputedStyle(event.target, … Read more