Forum Moderators: open
This is my first post because this issue is driving me crazy.
If you go to my site you will notce that I put scrollbars in the tables with overflow set at auto.
Whenever I have a scrollbar in a table IE adds a scrollbar to the side of the browser the length of the overflow, safari does not and looks much better. I hate those IE scrollbars.
Can anyone shed some light on this? It would really help me.
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 2:49 pm (utc) on April 19, 2005]
Overflows are not something I would use on a site where a clean and consistent appearance is important. It's just too hard to get it to behave properly, and it breaks easily from one browser to another.
In fact, IE 5.2 for Mac was the first browser to employ document switching - a neat little trick that evolved into today's Standards Mode/Quirks Mode switching. But the old browser does have its troubles, and unwanted/unneeded scrollbars are a problem with many IE versions, not just Macintosh. In this case, IE is looking at the total document length without any accounting for the table scrollbar.
I don't know of any work-around for this issue.