Lets see this layout:\[code\]<div style="float: left">content1</div><div style="float: left"><table width="100%"><tr><td>dfsd</td></tr></table></div>\[/code\]then the following happens: the table goes to new line, and will be as wide as the screen. But it should remain next to the previous div, and be as width as the 2nd div.How to workaround this?EDIT:left column is fixed 200px width.The 2nd column should be 100%