html - What front-end grid layout system supports both Fixed and Fluid at the same time? -
i've come across many popular grid system (ie: bootstrap, foundation, skeleton, neat, profound, etc...) none of them able support desired ui scenario:
fixed sidebar (ie: 240px) rest fluid (ie: 100%).
it appears grid layout @ pure css (http://purecss.io/layouts/email/) capable of supporting fixed sidebars , rest fluid.
the link shows sample layout achieves fixed-fluid support.
Comments
Post a Comment