Is it time to move beyond 960 pixels?
cameronmoll.com
Is it time to move beyond 960 pixels?
1–10 of 16 posts
Re: Is it time to move beyond 960 pixels?
#2I guess we have to keep waiting for http://www.w3.org/TR/css3-mediaqueries/#media1 support.
Re: Is it time to move beyond 960 pixels?
#3Re: Is it time to move beyond 960 pixels?
#4Re: Is it time to move beyond 960 pixels?
#5A fixed width page that has been well designed for 1024x768 (such as this article) is frustrating to read on my 1600x1200 LCD, and would be even worse on a 1900x1200 LCD.
Maybe an extension to CSS that permits specifying "Widescreen" or "Netbook" as alternatives to "screen" and "print" or whatever would be helpful. I'd sure like an option that says "I'm not blind and I'd like to use the pixels I've paid for."
Maybe since Javascript is ok again designers could design two or three widths and have browser page detection select the smartest layout. Having a 1024x{600,768} design for netbooks and grandma would and a 1400+ column design for people using large screens and professional grade notebooks.
Re: Is it time to move beyond 960 pixels?
#61920x1200 = two windows of 960px
2560x1600 = three windows of ~850px
Re: Is it time to move beyond 960 pixels?
#7What is the point of limiting website width to specific pixels, especially why go over so much thought for something from 960 -> 1020 or something small like that? You'd think with the netbook and mobile browser shrinking that the designers would stick to their guns.
If it's just making a content column wider then it's not really that useful in most cases, but if it's adding another column with useful information for the user, then it is a big deal - it makes the website that much easier to use.
Re: Is it time to move beyond 960 pixels?
#8Re: Is it time to move beyond 960 pixels?
#9Ugh, no. This penalizes people with larger screens. 1920x1200 = two windows of 960px 2560x1600 = three windows of ~850px
Re: Is it time to move beyond 960 pixels?
#10I do this for two reasons. One is that the remaining space on my screen is for other stuff. The other is that a lot of websites ignore the traditional typographic rules for line length, and even when those rules are followed, the principle of constraining the horizontal size (including things like navigation and sidebars) in order to reduce the necessary eye movement still applies.