FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Hiding horizontal scrollbars in scroll overflows

 


rohan2kool
Dear all,

recently i'm making a layout for a web site, where i use div of width 80% and height of 300px. The overflow of the <div> is set to scroll, so the browser displays scrollbars both vertical and horizontal, but i want it to display only the vertical scrollbars and not the horizontal as they are actually not required.

thanks
Arno v. Lumig
Code:

body
{
overflow-x : hidden;
}


That's all Smile
rohan2kool
hey.. thanks a lot.. that's fairly simple.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.