|
|
XSL-FO background-repeat Property
Definition and Usage
The background-repeat property sets if/how a background image will be
repeated.
Details
- Inherited: no
- Percentages: N/A
- Media: visual
Property Values
| Value |
Description |
| repeat |
The background image will be repeated vertically and
horizontally |
| repeat-x |
The background image will be repeated horizontally |
| repeat-y |
The background image will be repeated vertically |
| no-repeat |
The background-image will be displayed only once |
|
|
|