0

I'm using 960 grid system for designing html pages for my app. While designing I'm thinking that if a smartphone optimized version of 960 or similar grid system exists. Then it will be easier for me to support smartphones as well.

Anyone have any idea on 960 gs for smartphone?

Mazhar Ahmed
  • 1,523
  • 2
  • 24
  • 41

1 Answers1

0

http://adapt.960.gs/ looks like it will give you the functionality you need. You can still use the grid system, but as the user's resolution changes it will load in the correct stylesheets. A JavaScript solution though, rather than just CSS

cchana
  • 4,899
  • 3
  • 33
  • 43
  • actually the design is made according to 960's 16 column layout. So if it will be the best if there is a 16 cols 960 gs for smartphone – Mazhar Ahmed Apr 22 '12 at 10:04
  • nothing wrong, just we wanted to make it smartphone suitable. we wanted that in smartphone every column will show one bellow another – Mazhar Ahmed Apr 23 '12 at 10:43
  • 1
    ah ok, the question makes more sense, but I'm not sure how you can combine the just the 960gs and what you require for the mobile view because of how the grid system work. I've amended my answer. – cchana Apr 23 '12 at 11:44