- Description
Sets how a background image should repeat. Values of repeat-x and repeat-y specify the image to repeat along the x or y axis.
- Example
body{ background-image:url(bgimage.png); background-repeat:repeat-x; }
- Values
- no-repeat, repeat, repeat-x, repeat-y
- Default value
- repeat
- Introduced in CSS version
- 1
- Applies to elements
- All
- Inherited
- No
- Browser Support
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 5 1 1 6 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties