I've been using Nicole Sullivan's "Object Oriented" CSS grid for a while now (hate the term, though) and have found it to be quite good. However, as I get more experience with grids, I'm noticing a lot of other frameworks out there; in particular the 960 Grid System and the Yahoo! UI Library.

I'm looking for other peoples' experiences with these alternatives (or others) so I can make a more well-founded decision on whether to change or not.

link|improve this question

1  
While the grid systems are great for computer monitors, I really don't like how the wide layouts look on Blackberries and iPhones. Especially the 960 wide ones. Fluid layouts work so much better on the phones (mostly). – Nosredna Jun 14 '09 at 4:00
Fair point. Especially since so much emphasis is being shifted to mobile devices. Does anyone know how Blueprint or their preferred grid system translates to a mobile device? – Phil.Wheeler Jun 14 '09 at 4:27
feedback

2 Answers

up vote 1 down vote accepted

I think Blueprint is the best.

Also review comments posted at: http://stackoverflow.com/questions/589184/help-me-choose-a-css-framework-960-vs-blueprint-vs

I found the noupe site has great comparisons for CSS frameworks and helped me choose: http://www.noupe.com/css/5-popular-css-frameworks-tutorials-tools-for-getting-started.html

If you are using rails framework, you should consider using compass which is layer over these frameworks (As suggested by Alan below).

link|improve this answer
I'm not really a designer, but using Blueprint has helped when I do not have templates to work with in the initial phases. – Wayne K. Jun 14 '09 at 3:52
feedback

I would recommend Blueprint used from within Compass. Compass reduces redundant CSS styles and has variables and classes. Apart from that, I have found Blueprint to be easy to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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