Forum Moderators: not2easy
I've a problem with designing a page. The target-audience's browser is IE6.
I've a massive stylesheet in which all kinds of elements (css) are defined. The stylesheet is responsible for showing this webpage with a large number of different screen-elements, such as divs and tables (for tabular data).
Something weird is happening:
On the right of the screen, there's a vertical column of whitespace (width 20px) as if IE wants to show a vertical scrollbar. But there's no need for a scrollbar on this particular page. (The content fits the screen without having to scroll the page).
I've set all widths to 100% in de stylesheet, including the body and table. When I use
overflow: hidden;
the scrollbar-whitespace disappears, but when the scrollbar ís needed, it wont show up (obviously).
Does anyone know if this is a typical IE6 bug or if there's somekind of a workflow for this particular problem?
I'd like to show a screenshot, can't find the image-upload button in this forum however.
Thanks in advance for thinking with me.
Cyppher.
I've heard you might be able to remove it with some fancy javascript but why bother? Also I think if you use frames the scrollbar is handled differently and appears on the inside when it's needed but frames have their own big drawbacks.