Page is a not externally linkable
swa66 - 2:58 pm on Aug 3, 2009 (gmt 0)
So, I tend not to cater for 1024x768 full screen but care about those stuck on 800px wide and those on really big screens who do not use a browser full screen (and e.g. 1600px wide only using half of the screen (yep that 800px wide caters for these really well). So, I try to make sure if I go fixed width to stick to a centered 770px wide layout. If you go fluid: take care to add min and max values as on a big screen in full screen mode (beyond me why one would want that) it makes for unreadable long lines. I'm also seriously considering using CSS3 media queries on one site to have multiple layouts width-wise applied depending on active viewport sizes (iPhone over medium to really large screens). It'll leave IE users stuck on the medium setting no matter their viewport size.
To me the important metric is not screen size, but viewport size. (There's a big difference esp. if you consider not everybody uses a browser full screen (I virtually never do)
The realy good thing is that it means the alternate stylesheets can go all out as IE won't be holding me back at all: pre-CSS multiple columns, real rounded corners, it's all possible.