Hi, thanks for reading.
So my questions is, how to remove the horizontal scrollbar only the horizontal one.
i try :
But it hide both horizontal and vertical scroll.Code:style="overflow:hidden"
Thanks in advanced...
Hi, thanks for reading.
So my questions is, how to remove the horizontal scrollbar only the horizontal one.
i try :
But it hide both horizontal and vertical scroll.Code:style="overflow:hidden"
Thanks in advanced...
Last edited by davelf; 07-08-2011 at 03:22 AM.
ups i'm really sorry.
I already figured it out:
thanksCode:overflow-x: hidden; overflow-y: auto;
Bookmarks