Is there any cross browser (working also in IE) way to find the
position of a draggable relative to droppable, after the drop occured?

we try to do this, it works okay, except in ie:

drag an image1 (draggable) contained in a div1 on the image2
(droppable) contained in the div2. When onDrop event occurs, the
image1 is removed from div1 and added to div2, then the new relative
position of image1 is calculated using absolute positions of img1,
div2 and img2. To calculate the absolute positions of elements in IE6
offsetLeft is used ... and it doesn't work properly.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to