Properties
CSS
background-repeat
The background-repeat property specifies whether the background image is repeated (tiled), and how.
background-repeat: repeat | repeat-x | repeat-y | no-repeat | inherit
| Initial: | repeat |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.backgroundRepeat = "background-repeat";
