I've got a two column layout like this:
<div>
<div id='left'></div>
<div id='right'></div>
</div>
When the contents of the left div are that of a flash object with dimensions that exceed the left column's width, the right column no longer floats to the right properly in ie6. It falls underneath the left div. All other browsers (of course) are fine.