Link to home
Start Free TrialLog in
Avatar of Pete Winter
Pete WinterFlag for United Kingdom of Great Britain and Northern Ireland

asked on

scroll bar

See the following link: http://www.greengraphix.co.uk/materials.php

I have set the main content area to scroll when the height goes above 370px:

#MainContentsScroll {
      height: 370px;
      overflow: scroll;
}

However it also show a grayed out horizontal scroll bar. Is there anyway I get make this not visible. i.e. I want to only see the vertical scroll bar.
ASKER CERTIFIED SOLUTION
Avatar of jfromanski
jfromanski
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pete Winter

ASKER

So simple. Many thanks