The images displayed on monitor screens are composed of many small dots of light. These dots are called pixels or picture-elements. Monitor Screen ResolutionThe number of pixels displayed by your computer system is known as the screen resolution. The resolution that you have depends on your video board and your monitor. Resolutions that are in common use today are given in the following table. The numbers are pixels.
ScrollingIf your page is too wide to fit within the screen resolution being used, your browser automatically inserts horizontal scroll bars into the page. Similarly, vertical scroll bars are inserted for pages that are too long.Vertical scrolling is acceptable in web pages, as long as the amount of scrolling isn't great. However, horizontal scrolling is considered a no-no. This means you should design the width of your pages to fit within the screen resolutions being used. The problem, of course, is that you don't know what resolutions are being used when people visit your site. Thus, you either have to make assumptions about the resolutions, or you have to design your pages to fit the lowest resolution, which is 544 pixels wide. If your pages fit that resolution, they will fit screens having higher resolutions.Design ConsiderationsLet's assume, for sake of discussion, that you decide to design your pages to display without horizontal scrolling on monitors having 800 x 600 resolution, probably the most common resolution at the present time. There are several factors to consider in doing your design.
Test Your PagesTest your web pages for different window widths. Adjust your page-windows to not occupy the full screen. Change the width of the windows by dragging vertical edges of the windows, and check that no horizontal scroll bars appear.
|