![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
The background-repeat property specifies if the background image is repeated (in x, y or both directions).
| Value | Description |
|
repeat (default) |
With the default value repeat the background repeats itself in both horisontal and vertical directions. |
|
repeat-x |
With the value repeat-x the background repeats itself only in the horisontal direction. |
|
repeat-y |
With the value repeat-y the background repeats itself only in the vertical direction. |
|
no-repeat |
With the value no-repeat the background is not repeated in any direction. |
background, background-attachment, background-color, background-image and background-position.
Comments