one.beat.consumer
one.beat.consumer

Reputation: 9504

UI Design: Popular Site Layout Grid Systems > 960

I am familiar with the popular 960 Grid System setup and it's been very helpful - but I am looking for other popular/heavily-adopted solutions with the following abilities:

Thank you.

Upvotes: 1

Views: 801

Answers (2)

coletrain
coletrain

Reputation: 2849

Not sure if many people are still using the 960px layout since many people are into responsive design now. Check out html5boilerplate, tutorial from tutsplus(html5/css3 starter), cssgrid, fluid base grid(targets any resolution). Not sure if those helped but should give you an idea. I would go with fluid or used one of these as a boilerplate for new projects.

Upvotes: 1

Daff
Daff

Reputation: 44205

Twitter Bootstrap features a grid system as well. It is kind of based on the 960 one but you can also modify it to roll your own. And it has a bunch of other shiny features (including HTML 5 and CSS 3).

Upvotes: 2

Related Questions