Log in

View Full Version : Resolved How to remove only the horizontal scrollbar?



davelf
07-08-2011, 03:17 AM
Hi, thanks for reading.
So my questions is, how to remove the horizontal scrollbar only the horizontal one.

i try :

style="overflow:hidden"

But it hide both horizontal and vertical scroll.

Thanks in advanced...

davelf
07-08-2011, 03:22 AM
ups i'm really sorry.
I already figured it out:

overflow-x: hidden; overflow-y: auto;
thanks