|
|
Q1555 How can I hide the scrollbars without disabling them?
irt.org | Knowledge Base | HTML | Q1555 [ previous next ] Q1555 How can I hide the scrollbars without disabling them?See the page creation/page scrolling tutorial at: http://www.htmlguru.com/ The following was submitted by Dan Souza You can effectively hide the scrollbars by using CSS to make your scrollbar properties the same color as your page. However this will only work in IE because Netscape does not yet support Scrollbar attributes in CSS. For instance if your page background color is white which is #FFFFFF you would use:
|
-- div -->
|