search for: drag1

Displaying 1 result from an estimated 1 matches for "drag1".

Did you mean: drag
2005 Sep 29
14
Draggables and overflow div''s revisited
...All help appreciated. <div id=''destination'' class=''item_list_scroll''> <%= render(:partial => ''shared/items'', :object => @items) %> </div> <div class=''item_list_scroll''> <div id=''drag1''>[*] Draggable Element</div> <%= draggable_element "drag1", :ghosting => true, :revert => true %> </div> .item_list_scroll { | height: 200px; | widt...