What is the best CSS Framework and are they worth the effort? -
reading on forum i've came across world of css frameworks. 1 i've been looking @ blueprint. wondering if else had come across css frameworks, suggest best , if worth effort?
css 'frameworks' missing point.
css not javascript, can include base library/framework , call functions , objects higher-level work. css framework can give declarative rules: default browser-rule-reset stuff, class styles forced author page to, , layout rules using 'float' , 'clear'. can write in few lines of css rather pulling in bloat of hundred framework rules.
the 'grid layout' stuff in particular goes bad old days of mixing presentation markup. 'div class="span-24"' no better table, you'll have go in there , change markup affect layout. , frameworks i've seen based around fixed-pixel floated boxes, making impossible create liquid layout accessible on wide range of window sizes.
it's backwards authoring, of use scared write css rule.
Comments
Post a Comment