Bootstrap 3.0 - Fluid Grid that includes Fixed Column Sizes

前端 未结 8 648
梦谈多话
梦谈多话 2020-11-29 16:37

I am learning how to use Bootstrap. Currently, I\'m wading my way through layouts. While Bootstrap is pretty cool, everything I see seems dated. For the life of me, I have w

8条回答
  •  被撕碎了的回忆
    2020-11-29 17:01

    I had a slightly different problem:

    • I needed to combine fixed and fluid columns as part of a table rather than as part of a full-window layout
    • I needed to have columns fixed to both the left and right
    • I was not worried about the column backgrounds using the full-height of the containing row

    As a result, I resorted to float to for the left and right columns, and could then use Bootstrap's row to do the fluid columns in between.

    Fixed 240px
    Fixed 120px
    Standard grid system content here

提交回复
热议问题