|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to hide a vertical scroll bar?
Is it possible to hide a vertical scroll bar? I have a div that I just want to be able to horizontal scroll within a page. Is there a way to hide the vertical scroll???
Thanks! |
|
#2
|
||||
|
||||
|
In some browsers, yes.
This might help you. (You may want to look at the other CSS articles there too.)
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions IE7: the generation 7 browser new in a world of generation 8 browsers. Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. |
|
#3
|
|||
|
|||
|
Thanks!
Quote:
I stumbled on this just after I posted: Got it. For anyone who interested. Here are the css attributes: overflow-y: hidden ! important; overflow-x: auto ! important; The link you provided is more indepth and well worth the read. Thanks again! |
|
#4
|
||||
|
||||
|
You're welcome
![]() Keep in mind that those two properties are only supported by IE5+/Win, Firefox 1.5+ (Mozilla 1.8+), and Safari 3+ right now. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Is it possible to hide a vertical scroll bar? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|