View Full Version : div with horizontal scrollbar


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.

MaGiCSuN
10-03-2005, 08:26 AM
you could add an extra table inside the div with an extra high number for "width"

that should do the trick :)

Love,
Mirna

Stormx
10-08-2005, 06:31 PM
Make sure you have the width set on your div, otherwise it will just widen itself to your text!