【发布时间】:2013-08-14 09:15:45
【问题描述】:
我遇到过许多流行的网格系统(即:bootstrap、foundation、skeleton、neat、deeply 等...),但没有一个能够支持我想要的 UI 场景:
固定侧边栏(即:240 像素)与其余流体(即:100%)。
【问题讨论】:
标签: html responsive-design fluid-layout grid-layout fixed-width
我遇到过许多流行的网格系统(即:bootstrap、foundation、skeleton、neat、deeply 等...),但没有一个能够支持我想要的 UI 场景:
固定侧边栏(即:240 像素)与其余流体(即:100%)。
【问题讨论】:
标签: html responsive-design fluid-layout grid-layout fixed-width
Pure CSS (http://purecss.io/layouts/email/) 的网格布局似乎能够支持固定的侧边栏和其余的流动性。
该链接显示了实现固定流体支持的示例布局。
【讨论】: