Hi all

David Laakso gave me advice off-list, following up on this I want to force a
vertical scroll bar.  This is to prevent lateral page shifting when one page
is very short and one page is very long.

This is caused because a vertical scrollbar is shown when a page is long but
the scrollbar is not shown when another page is short, the effect is that
pages appear to shift left and right.

I've been using the following to force a permanent scrollbar on all pages:

html {
    min-height: 100%;
    margin-bottom: 1px;
}

This seems to work in IE and Firefox but not Opera.

Can anyone help?

Thanks.

Mark.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to