vote up 7 vote down star
9

I've been looking at different CSS frameworks. The two major players seem to be 960.gs and Blueprint.

My question is simple: what are the pros and cons to each, and which do you recommend? And are there other frameworks that I should consider instead?

Putting my question into context, I'm the designer on a site that's similar to StackOverflow, but with a general audience focus, rather than a specific technical one.

flag
What about the YUI CSS framework? – Ben Alpert Feb 26 at 5:08
1  
What about not using any CSS framework at all. CSS frameworks miss the whole point of CSS. – tharkun Aug 5 at 11:31

7 Answers

vote up 8 vote down check

I use 960.gs for my site (rpmware.com) but I'm thinking about switching to blueprint. Main reason being this ...

With 960 you're stuck with either 12 columns or 16. 12 is easily divisible (1, 2, 3, 4, 6) but sometimes I want a small column and can't get it out of the box. 16 has smaller columns but isn't as easily divisible (1, 2, 4, 8).

Blueprint is 24 columns giving the best of both worlds. I haven't done enough work to actually make the switch yet, but I am in the opening stages of researching.

link|flag
vote up 0 vote down

There are more flexible solutions for an overlay. http://www.puidokas.com/portfolio/gridfox/ is an awesome customizable grid overlay.

Assuming you are using firefox during development, that is. :o) Most developers do. I think.

link|flag
vote up 0 vote down

I am very happy with 960.gs since they added a custom CSS generator which lets you generate as much grids as you like.

Bonus content: The 960 bookmarklet (look at 960.gs) lets you place an overlay dynamically via JavaScript, so checking your layout is just a click away.

link|flag
vote up 2 vote down

I looked at the Compass video. "Coma" is the first word that came to mind. If people are to take any interest in this product, someone needs to plan and then re-do the video.

Secondly, at first glance (I didn't get very far per my instant comatosed state of mind), I thought "why would I want to learn a new language, "SASS", that is slightly different from one I know, "CSS", only to have Compass convert it back?????

I apologize if there is something I missed. Hopefully this feedback will be helpful however.

link|flag
vote up 5 vote down

And are there other frameworks that I should consider instead?

You should certainly consider not using a framework.

What is it you're trying to do? What features of a framework are you looking to use?

If all you want is a couple of columns side-by-side, you can do that easily in two or three CSS rules, no particular need to drag in hundreds of framework rules you're not actually going to be using.

link|flag
vote up 1 vote down

I recently came across the Compass CSS Framework, and thought it would be interesting to use on my next project where I have to start from scratch. You can use Blueprint or 960.gs behind it (probably others, too).

It's sort of like aspect oriented CSS...

link|flag
vote up 6 vote down

You can easily customize Blueprint to use whatever number of columns and pixels suits your design, with the Blueprint Grid CSS Generator. Huge plus.

link|flag
1  
Same with 960.gs: spry-soft.com/grids – Alix Axel Jul 13 at 4:30

Your Answer

Get an OpenID
or

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