Entry
How can I get rid of the horizontal scroll bar, when using 800x600
Oct 7th, 2004 09:10
Ben Gordon, Gary,
There are several way to make this happen, first in order for the
scroll to not be present the entire page must fit within the window
dimensions the best way to make this happen would be to ensure that
your design is based on percentages not fixed dimensions, another
possibility would be to assign the container a fixed size base on
window size then use overflow-x: hidden , this will unfortunately hide
any text/images that fall outside of the container. Another
possibility would be to be to use the clip: property to do the same
thing as described for overflow, it will also have the same results.
So again the best answer is if you want your page to fit inside a
800x600 window with no scrollbar is to either use a fixed size design
less than those dimensions or to use a fluid (percent based) design.
Caislander
webxpertz.net/forums