a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by exhuma
exhuma  ·  4592 days ago  ·  link  ·    ·  parent  ·  post: A couple minor CSS suggestions
Yes. Especially for mobile browsers. I created a site recently using the 960 grid system. This also uses (as the name suggests) a fixed width of 960px. Using this on a WVGA (800x480) mobile device is not really that usable.

So, as suggested, `max-width` is much better as it allows smaller screens to "squeeze" the page together, while it will simple "max-out" at the defined size on larger resolutions.