YUI: DragDrop: Image inside a DIV
The CSS
#demo { height: 200px; width: 200px; overflow: hidden; position: relative; border: 2px solid black; top: 50px; left: 50px; } #demo img { cursor: move; position: absolute; top: 0; left: 0; }
The HTML
The Javascript
var dd = new YAHOO.util.DD('pic');