A website page should fit my browser
Posted 09/22/2009 in: Interface design | 1 Comment | Permalink
Before starting the design of a website, one of the first things to evaluate is what computer screen resolution our expected audience will be using when browsing the site. It is typical for first-time website designers to then design a website page to fit these dimensions exactly. This is a mistake.
A website page is not rendered in the full width or height of the screen. It is rendered within the content area—or “live area”—of a web browser. Each browser is set by default with some specific interface elements—such as the address bar, scrolling bar, tabs, etc. which limit the website page display to a smaller size than the screen resolution. It is typically difficult to evaluate exactly what the ultimate size should be because each user may have a different screen resolution, use a different browser, or have changed the browser’s default settings as well.
Based on W3Counter’s global web statistics, as of September 2009, about 95% of internet users browse websites with a screen resolution over 1024x768 pixels. Because 30% of users actually use that resolution, we can safely say that a website page should be designed for that resolution for maximum compatibility.
The screengrabs below illustrate the default interface for the most popular browsers for Windows and Macintosh in a 1024x768 screen. For a website page to fit into the live area of each, it should have—
- a maximum width of 1006 px. (970 px. with an 18 px. margin);
- a height of 590 px. (if you want your content to fit without scrolling).
|
|
|
Author: Michel Godts



Comments
04/06/2010 | by James John | USA
I have also developed static website but there was a problem with the resolution. I was not getting which was the best resolution for all browser. Thanks for the giving advice for the height and width of the web page to fix the resolution issue.