M macsig macrumors regular Original poster Jun 11, 2008 #1 Hello, is it possible to have only the vertical scrolling bar where using overflow: auto ? Thanks
M macsig macrumors regular Original poster 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