Forum Moderators: open
However, the page design would still be tricky -- there would be differing amounts of screen real estate available for display according to the visitor's screen resolution, whether the browser window was open full or not, etc.
-- Here's what I discovered. The source is David Flanagan's "JavaScript, The Definitive Guide" from O'Reilly
1. Scrollbar visibility is a package deal in Javascript -- no separate address to vertical and horizontal scrolling
2. Access to the scrollbars object requires a signed script (and subsequent user permission in each case)
3. Even with a signed script, Explorer 4.x does not support access