Is it possible to allow only a horizontal scroll bar when using overflow:auto (or scroll)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm not sure if this will work, but it might be worth trying one of these two CSS properties:
|
|||
|
You should use only
Luke has mentioned as both hidden. so I have given this separately. |
|||
|
|
|
overflow: auto; For IE8: -ms-overflow-y: hidden; Or Else : To hide X:
To hide Y:
|
|||||||
|
