karrico
10-03-2005, 06:33 AM
I have a div with a fixed width and height. I want it to scroll horizontally but not vertically. I tried
overflow-y:hidden;
overflow-x:auto;
(in my css)
but that didn't do anything except make the vertical scrollbar dissapear. (BTW, there are no <br>'s in my div.)
So how would I go about getting the div to only scroll horizontally but not vertically?
Thanks.
overflow-y:hidden;
overflow-x:auto;
(in my css)
but that didn't do anything except make the vertical scrollbar dissapear. (BTW, there are no <br>'s in my div.)
So how would I go about getting the div to only scroll horizontally but not vertically?
Thanks.