Helge Moulding wrote:
Ian Hickson wrote,Nope... It's 'Overflow:Auto' That Supposed To Do This.
That's what 'overflow:scroll' means: Show scrollbars.It's only supposed to do that when the contents overflows the containing rectangle, right?
From http://www.w3.org/TR/CSS2/visufx.html#propdef-overflow :
scroll: ..... that mechanism should be displayed for a box whether or not any of its content is clipped.
auto: ....... should cause a scrolling mechanism to be provided for overflowing boxes.
BTW, 'Auto' Works In IE Also...
