I want a two column div layout, where each one can have variable width e.g.
<div style="float:left">Tree</div>
<div style="float:left">View</div>
I want 'view' div to expand to whole width available after 'tree' div has filled needed space. Currently my 'view' div is resized to content it contains It will also be good if both divs take up whole height
Not duplicate disclaimer:
http://stackoverflow.com/questions/1017880/expand-div-to-max-width-when-floatleft-is-set because there left one has fixed width
http://stackoverflow.com/questions/727012/help-with-div-make-div-fit-the-remaining-width because I need two columns both aligned to left