vote up 9 vote down star
10

I am evaluating CCS grid frameworks for web sites, blogs, and CMS-based sites, and have looked at Blueprint and Yahoo's YUI. They both look good, but it is not so easy to change the column sizes or spacing. And they both add a lot of weight to the first page's download.

Are these the best, or are there other frameworks that are more flexible or more lightweight? Which frameworks integrate well with Wordpress or Drupal?

flag

50% accept rate
lot of weight!?? Yahoo's grid.css is only 1498 bytes, or 1791 bytes with reset + fonts. i do however agree with your basic observation about it being inflexible – Simon Jan 26 at 5:36

11 Answers

vote up 11 vote down check

Both Blueprint and 960gs are great, but you seem to want more flexibility in defining grid width, column widths, and margin widths. 960gs is fairly constrained in this sense although its defaults are positioned at a very useful and popular grid width.

Blueprint, however, has the benefit of the Blueprint Grid CSS Generator. With the grid generator, you define your desired number of columns, column width, margin width, and it generates all the Blueprint CSS classes. It will even compress them for you and generate a background grid image file for you. You get the benefit of a grid system plus the flexibility of grid adjustments.

Edge: Blueprint + Blueprint Grid CSS Generator.

Update: Spry-Soft now offers a 960gs Grid CSS Generator which narrows, if not closes the gap between the two.

link|flag
vote up 3 vote down

I've used the 960.gs framework extensively. It's very lightweight and gives a good initial framework for you to build on.

link|flag
vote up 2 vote down

You can reduce the compressed 960.css by another 1K by replacing:

container_ with c_

grid_ with g_

suffix_ with s_

prefix_ with p_

Won't be pretty but if you're desperate for another 1K :)

link|flag
vote up 1 vote down

http://960.gs/ has always looked good, though i've not used it yet

link|flag
vote up 1 vote down

I've used 960 before with success (960.gs). It takes a little getting used to since you can only use 12 or 16 columns, but it's very lightweight and ultimately works pretty well for the sites I've used it on. Of course, it won't work for all designs, but it's still pretty flexible.

link|flag
vote up 1 vote down

You mentioned Blueprint http://www.blueprintcss.org/ and that's my favorite. Of course, many people will tell you to create your own (which is not a bad idea if you have the time.)

link|flag
vote up 1 vote down

Blueprint is a pretty nice CSS framework. I've used it for the odd simple layout, I can't say how well it holds up in other situations.

link|flag
vote up 1 vote down

I've worked a bit with Blueprint as well. I especially like some of the add-on to make the buttons look a whole lot better.

link|flag
vote up 1 vote down

YUI Grids from Yahoo YUI library is pretty flexible, although you need to add non-semantic divs to give hints for the layouts. The nice thing is that out of the box there is support for different column widths on the left or the right and standard 1/2-1/2, 1/3-1/3-1/3, 1/3-2/3, 1/4-3/4 layouts which can be nested as well. Also nice is that the divs can be laid out in your markup independent of final location on the page.

link|flag
vote up 0 vote down

I would go with 960.gs (or the Golden grid system) - I've used it in many of my projects successfully. Recently I found a generator that will give you the option to define the width etc. for your grid systems. http://www.gridsystemgenerator.com/

link|flag
vote up 0 vote down

The Fluid960 is worth a look if you are interested in prototyping.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.