M macsig macrumors regular Original poster Oct 27, 2006 236 0 Marina del Rey, CA Jun 11, 2008 #1 Hello, is it possible to have only the vertical scrolling bar where using overflow: auto ? Thanks
angelwatt Moderator emeritus Aug 16, 2005 7,852 9 USA Jun 11, 2008 #2 Try Code: overflow-x: auto; overflow-y: scroll;
M macsig macrumors regular Original poster Oct 27, 2006 236 0 Marina del Rey, CA Jun 11, 2008 #3 Thanks buddy, I didn't know you could specify x and y Code: overflow-x: hidden; overflow-y: auto; is the answer
Thanks buddy, I didn't know you could specify x and y Code: overflow-x: hidden; overflow-y: auto; is the answer