Re: Scroll Control

> body {
> 	bottom-scroll: 200px;
> }

Just use:

bottom: 200px

on the main region.

> the bottom of the content box, but that's pretty unreliable, as not all 
> browsers regard it necessary to scroll the margin up.  Using padding, 

Browser compatibility issues will be made worse by the introduction of a
new property.  CSS2 has been around for almost 5 years and implemnetation
is still patchy.

Received on Tuesday, 1 April 2003 00:53:24 UTC