Properties
CSS
background-image
The background-image property sets the background image of an element.
background-image: <uri> | none | inherit
| Initial: | none |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.backgroundImage = "background-image";
