Many thanks guys
"Michael Fesser" <netizen (AT) gmx (DOT) de> wrote
..oO(Laphan)
Quote:
I'm really stumped with this one.
I'm using the overflow command |
Property, not command.
Quote:
so that a designated area of my web page will
show a lot of vertical content rather than my entire page being vertically
long. |
Why not let the page just flow and scroll vertically? That's how
billions of websites work, because it's the most userfriendly way.
Of course a real URL would help to see what you're trying to achieve
actually, because in some cases such a scrolling box can be a useful
tool. But unfortunately it's used improperly way too often.
Quote:
It all works fine apart from the fact that the horizontal scrollbar shows
even though the content doesn't overflow to the right. |
With the 'overflow' property most if not all browsers will show both
scrollbars, even if not needed. There are also the 'overflow-x' and
'overflow-y' properties, which are part of CSS 3, but should already
work in most browsers (Opera as of 9.5, FF and IE are fine).
Micha