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 should use the "float" CSS property for doing this. Check out for a simple implementation here. And you can find a bit more detailed article here