javascript STYLE backgroundImage
| backgroundImage | NN 6 IE 4 DOM 2 |
| Read/Write | |
|
URL of the background image of the element. If you also set a backgroundColor, the image overlays the color. Transparent pixels of the image allow the color to show through. |
|
| Example | |
document.getElementById("navbar").style.backgroundImage =
"url(images/navVisited.jpg)";
|
|
| Value | |
Any complete or relative URL to an image file in CSS URL format: url(filePath). |
|
| Default | |
None. |
|
1809,Nickname,Homepage or email,Comments here,Add comment
