![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: Scrollbar help needed
John, in regards to setting a scrollbar to only work in one direction it is
possible doing it as such: overflow-y: auto; overflow-x: hidden; However, as far as I know, this code only works in all modern browsers (Safari, Firefox, Opera, etc) and IE version 7 or later. If they are using version 6, I do not believe that the overflow-y/x CSS will be recognized. You could make an IE version 6 and earlier portion of your CSS to do both scrollbars for the earlier verison. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|