Hello All, While performing work on an upcoming project, we are running into a problem where floats are not showing up in draggables under IE when these elements are dynamically added to a container via the DOM. Of course, we are re-initializing the Draggables on re-insertion, but IE is not rendering the floats -- although they are there, and once the element is dragged, they appear. For a simple example, http://www.weebly.com/test/ You''ll notice that the contents of the boxes do not appear until the box is dragged, under IE only (as usual, Firefox works as expected). I''ve tried many, many things at this point, including toggling the CSS display properties on the content (''none'', then ''''), actually removing the elements from the DOM and then re-inserting them, and more, but I can''t crack this one. Any ideas or approaches would be highly appreciated. Thanks! David Rusenko