Creating two columns layout - html/css semantics

前端 未结 4 1105
忘了有多久
忘了有多久 2021-01-23 11:13

I want to create a very simple liquid layout with 2 columns - the one to the left will have a fixed width, and the one to the right will be dependent to the window size.

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-23 12:02

    One thing you can look into is using Scaffolding.

    http://twitter.github.com/bootstrap/scaffolding.html This is from the fluid layout section. While it does not use a fixed span you could use nested containers.

提交回复
热议问题