Two column layout with one having a fixed width in CSS

前端 未结 5 1366
我寻月下人不归
我寻月下人不归 2020-12-20 10:12

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

5条回答
  •  情歌与酒
    2020-12-20 10:21

    You have to use float:left on first column and float:right on the second column

提交回复
热议问题