三栏布局,两侧固定宽度,中间自适应。
http://js.jirengu.com/quh/2/edit (用clear清除浮动,负边距定位)
http://js.jirengu.com/nom/2/edit (简洁,负边距定位,用overflow:hidden形成bfc,也可以用overflow: auto)
http://js.jirengu.com/jop/3/edit?html,css,output (用position:relative定位)
http://js.jirengu.com/quh/2/edit (用clear清除浮动,负边距定位)
http://js.jirengu.com/nom/2/edit (简洁,负边距定位,用overflow:hidden形成bfc,也可以用overflow: auto)
http://js.jirengu.com/jop/3/edit?html,css,output (用position:relative定位)