Remove Horizontal Scrool bar in Mozilla Firefox browser?
RaviKumar Valluri
Greenhorn
Joined: Nov 10, 2008
Posts: 2
posted
0
Hi, the page I'm trying to load in Mozilla has horizontal components that are larger than some common screen resolutions, but I still would like the horizontal scrolling to be turned off.
I can disable this in IE, but Mozilla(unfortunately) gets the correct screen size, and adds a horizontal bar to the bottom.
How do I disable it in Mozilla?
Thanks in Advance, Valluri
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
css
Eric
RaviKumar Valluri
Greenhorn
Joined: Nov 10, 2008
Posts: 2
posted
0
Hi Eric,
If I used overflow:hidden, It vanishes both horizontal and vertical. I need vertical scroll, no need horizontal scroll bar.