I'd like to drag images onto drop zones. I have a working demo with one
problem: the image leaves the dock and then "snaps back" to it:
(broken -- image leaves dock during drag then snaps back)
http://u32.net/junq/imlib-demo-1/
I can get the image to remain in the dock during the drag using
'ghosting:true'. But how do I keep the original in the dock after the
move?
(broken: image moves off the dock after the drag)
http://u32.net/junq/imlib-demo-1/
I tried playing around with reverts but didn't get anywhere:
<script type="text/javascript">new Draggable('image1', {ghosting:true,
reverteffect: function(e,t,l) { e.setStyle({left: l, top:
t}) }})</script>
Any ideas? Thank you,
- Scott
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs