How to create a 3 columns fluid fixed fluid layout?

后端 未结 3 1858
名媛妹妹
名媛妹妹 2020-12-16 04:41

I\'m looking for a 3 column css layout, with 1 fixed section at the middle and 2 fluid sidebar around it:

http://www.uploadup.com/di-UEFI.png

middle has 250p

3条回答
  •  死守一世寂寞
    2020-12-16 04:45

    If you don't use one of the ready templates out there,
    You can start by three div floated left, the middle with width: 250px and the outside ones with min-width: 150px
    You might want to replace it with the

    tag, just give it a display: block

提交回复
热议问题