'background-image' Syntax and Note : background image « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'background-image' Syntax and Note

Note:

URL of the background image.

Syntax:
    
element { background-image: value }
elementID.style.backgroundImage = "value"
document.all.elementID.style.backgroundImage = "value" // IE only
    

      
      








Related examples in the same category

1.'background-image' Example
2.'background-image' Possible Values
3.'background-image' is applied to