Here’s the code http://jsfiddle.net/DTYEB/ after dropping the element into the dropbox if I put below code, I want the element to be at a position of 25,25 relative to the dropbox(dropboxOuter)
$(dragElement).animate({
"left" : "25",
"top" : "25"
}, 1000 );
But this puts the element underneath the div … any help
There is a couple of bugs that I have fixed: http://jsfiddle.net/DTYEB/14/
same level/layer.
that can change the top/left value)
Code i used to get relative drop: