I want a nice 2 column layout using CSS float\'s.
Column#1 160 px Column#2 100% (i.e. the rest of the space).
I want to place the Col#2\'s div first, so my l
You have to use float:left on first column and float:right on the second column