I am having trouble with draaggable element hiding behind a bckground element during drag. I have the following type of set up with my div layout. ________________________________________ | #workArea | | ________________ __________________ | | |#colA | |#colB | | | | _____________ | | ______________ | | | | |#collectionA | | | |#collectionB | | | | | | | | | | | | | | | |____________ | | | |_____________ | | | | | | | | | | |________________| |_________________ | | | | |________________________________________| I have a list of Li elements that are going to be dropped in collection. My problem is that once the Li element goes behind workArea. It comes to the top only when mouse cursor points enters the collection div. Sortable.create(collection, { tag: ''li'', containment: list, ghosting: true, dropOnEmpty: true, constraint: false, }); --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---