CSS property: background-repeat
Availability |
BlackBerry® Device Software version 3.8 or later |
Usage |
All elements |
Inherited |
No |
Default value |
repeat |
If a background image has been specified, the background-repeat property specifies whether it is repeated, and if so, how it is repeated.
Property values
Value |
Description |
|---|---|
repeat |
This value specifies that the background image is repeated both horizontally and vertically. |
repeat-x |
This value specifies that the background image is repeated horizontally. |
repeat-y |
This value specifies that the background image is repeated vertically. |
no-repeat |
This value specifies that the background image is not repeated. |
inherit |
This value specifies that the element inherits the background-repeat property of the containing element. |