sakura_angel
01-11-2003, 06:36 PM
i have two scrollbars: one on the right, and the other at the bottom. is there a code that would let me just get rid of only the bottom scrollbar?
|
View Full Version : scrollbars sakura_angel 01-11-2003, 06:36 PM i have two scrollbars: one on the right, and the other at the bottom. is there a code that would let me just get rid of only the bottom scrollbar? starlet 01-11-2003, 06:40 PM The bottom scrollbar is only there because you have something thats too big for the screen or whatever...the best thing to do is work out what and correct it! If that doesnt work add this to the <body> tag overflow-x:hidden; Like i say though, its not a great idea to use that because anyone with a smaller screen than you wont be able to navigate your site properly! |