I have a problem with a table in a liquid layout that does'nt work in IE6/7.
The layout is made by a left column (200px) and a right liquid colum. Body is floating left and has a margin (left-right 5%) to ensure the liquidity. Inside the right column I have a div containing a table. When the table is rich of data and so it grows in width, It breaks the layout. So it'is no more contained in the box.
Is it possible that table enlarges the right-column also in ie? I'm asking why the div containing the table does'nt enlarge to contain it (both of them are float: left)