Hello I have HTML snippets styled with CSS inside of some DIVs that are made sortable. I''m using the create statements below to make the DIVs sortable. They function as expected in Safari and Firefox, but I''m getting some strange behavior in IE7 and IE6. Everything displays correctly if I don''t make the elements sortable. But if I run the sortable.create statement on load. -> Then: IE6 - Is not showing some of the background graphics applied via CSS. Once I drag that DIV the background appears and stays till reload of the page. IE7 - When I drag a DIV some of the contained HTML disappears from all the sortable DIVs. It''s the same HTML element in each DIV. Which are ULs with floated LIs. Any thoughts or ideas would be greatly appreciated! I''m using scriptaculous 1.7.1_beta3 and prototype prototype 1.5.1.1. Sortable.create(''dropZone1'', { containment: [''dropZone1'', ''dropZone2''], tag: ''div'', dropOnEmpty: true, onUpdate: updateModuleLayout } ); Sortable.create(''dropZone2'', { containment: [''dropZone1'', ''dropZone2''], tag: ''div'', dropOnEmpty: true, onUpdate: updateModuleLayout } ); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---