neokm, when designing a web page, the designer basically has two options if he is using tables (which a lot of us use to position elements) - make the table a set width (say, 800 pixels) or make it vary according to the VIEWER's browser window. However, within that variation, unless the page is entirely text, there are likely to be some graphics which DO have a set width - so there is a limit to how narrow the table will get, if the viewer makes his browser window smaller. You will start to have spill over - try it with the TS page. The banner eventually isn't entirely visible if you shrink the window.
With a fixed width table, if your browser window or screen resolution is smaller than the width of the table/page as set by the designer, you will have to scroll sideways. Some designers make the mistake of making their tables on their pages too wide for the average viewer (or too wide for those with older, smaller monitors, with perhaps a maximum resolution of 480X640 pixels) Given that there are relatively few people with monitors with that low a resolution out there these days, many of us DO err on the side of the majority. I have checked my own web site statistics, and from that it would appear that less than 2% of the visitors have screen resolutions under 800 pixels wide. So, some 2% of my visitors have to scroll sideways a bit, but so be it (or at least until I have the time to figure out what causes one bit of my table to go whacko on a PC browser ONLY when I don't specify the total width!)
What is your screen resolution and which web sites have caused you to scroll?
[ 03-03-2003, 11:03 PM: Message edited by: Paddy ]