Hello i am having a problem with a CSS design. I have 2 floating div's, where the first is always 200 px width, where the second div have to be the rest of the page width. How can this be done? i have tryed width: auto and 100%
<div style="float: left; width: 200px">
</div>
<div style="float: left;">
</div>