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

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -