Don't think in terms of the assumed screen size (resolution).
Think in terms of the user's chosen browser window size.
Why? Because users don't always use full-screen browser windows:
Note that many people consider screen size and neglect to consider browser window size. Some examples:
Ironically, even proponents of good, flexible design forget to mention that screen size isn't the relevant size:
Ideally, avoid elements with fixed widths in the first place.
(That also goes for constructs with large minimum widths. For example, don't use a multi-column layout if the columns contain non-wrappable elements or non-breakable text, such as long URLs.)
If you really must consider absolute sizes, then when you determine your assumptions about your users' typical or average screen resolution, don't use the screen size directly. Consider the fact that the user's chosen browser window size might be significantly smaller.
As The Myth of 800x600 says::
Screen resolution...is the wrong statistic to use to determine the optimum display size for Web pages.
For more information, see:
|
|
|
|
|
|
|
|