From http://www.w3schools.com (Copyright Refsnes Data)

XSL-FO background-attachment Property

Back

Definition and Usage

The background-attachment property sets whether a background image is to be fixed or scrolls within the enclosing object.


Details


Property Values

Value Description
scroll Default. The background-image may scroll within the enclosing object
fixed The background-image is fixed within the enclosing object


Back

From http://www.w3schools.com (Copyright Refsnes Data)