Page that fits in a browser display area

Here is a page that fits cleanly in a browser display area with the browser window maximized
and the screen resolution set at 800x600 pixels (minimum).

Internet Explorer
No scrollbar is displayed - not even a "greyed" one by Internet Explorer because we have set the scrollbar css properties equivalent to the light green color. The scrollbar will not be visible even if the page was very long.

Firefox and Netscape
No scrollbar will be displayed in these browsers because the page is short - heightwise. If the page was long, these browsers would display a scrollbar because they do not recognize the CSS scrollbar rules.

html {background-color: #CEE7A3; 
scrollbar-shadow-color: #CEE7A3;
scrollbar-highlight-color: #CEE7A3;
scrollbar-face-color: #CEE7A3;
scrollbar-3dlight-color: #CEE7A3;
scrollbar-darkshadow-color: #CEE7A3;
scrollbar-track-color: #CEE7A3;
scrollbar-arrow-color: #CEE7A3;}