Hi all, I am new to scriptaculous, I really like what I have seen thus far. I am now trying to create a page which contains 2 div's. Div 1 (D1) is the left side of the page about 200px wide. Div 2 (D2) is the remaining space. D2 contains another div (D3) which contains all my draggable objects, D3 has a css to set overflow: auto.
When dragging from D2 to D1 (which is the droppable) the objects seem to go "under" D1. If I set overflow: off it works fine. I am using version 1.6.4 with ghosting on. Starting on line 334 in dragdrop.js I can see the node is cloned and inserted at the level of the parent node. This may be the problem because I have D2 and D3 so I may need to attach at the parentNode.parentNode, not sure though. Any help would be great. Glenn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
