views:

118

answers:

5

What is the standard for screen sizes when designing web sites? Is it still 800x600?

A: 

The standard is to make your CSS flexible (fluid) and not rigid (or kept to a specific width), so that it doesn't matter what size desktop your site is being viewed on, it can be seen in its totality, without annoying space gaps.

960 pixels seems to be the current rage for width, though.

George Stocker
A: 

With the laptop and LCD monitor explosion, its safe to go with 1024 and be prepared to be seen in 1280-1440+ by a good portion of the web. The fixed width trend atm is the 960 pixel grid. But I'm a bigger fan of fluid layouts.

F.Aquino
personally ive never liked fluid width layouts. But i am curious how you make use of it... Not so much technically as what you actually use the extra space for - because from a visual design perspective you should never have a column of text more than about 500-600px wide (assuming a 12px-15px font size). So i mean are you doing more than 3 columns or what exactly?
prodigitalson
@prodigitalson, on the contrary designing to screen sizes which are pretty nearer to each other is painful. A fluid design with center aligned content caters to needs of say 800px, 900px, 960px, 1024px and 1280px with out much fuss. 1440+ is not very pleasing unless the dpi and font sizes are tweaked.
questzen
@prodigitalson I mean sites like http://www.vivabit.com/ where you can go really high or really low on resolution and everything still looks really well.
F.Aquino
+3  A: 

1024x768 is the lowend res generally targeted these days. usually with a live area of 950-960 wide.

prodigitalson
+1  A: 

I also go with 960 for width and about 600 for height. Google Browser Size is a pretty neat way to visualize what you can expect your visitors to see.

grapefrukt
NIce tool, but why the hell did they draw the overlay in mspaint?!
Paolo
A: 

There is no one standard and there never has been. You have to bear your audience in mind. Do you have people accessing on a PDA with a very narrow but possibly zoomed width? Do you have people accessing on a netbook with a generally quite small resolution? Are they newbs wasting half their screen width on a sidebar? Do you have people with 30" high-res displays browsing full-screen?

So then you make a flexible layout with liquid parts that respond to browser width, and look acceptable across a range of resolutions which includes all those you said ‘yes’ to above. (And hopefully they'll still remain usable for resolutions outside those ranges, if not exactly pretty.)

For what it's worth, most of my mainstream (ie., not mobile-focused) sites remain more-or-less as-designed from widths from around 700 to around 1900. But your users may differ.

bobince
Actually there was a recommended standard for the longest time (and it was drilled into the heads of anyone taking a web design course) and it was 800x600.
The Sheek Geek
I'm sorry, but any web design course that taught you that was full of it.
bobince