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






'background' Syntax and Note

Note:

Set background properties.

Syntax:
    
element { background: values }
elementID.style.background = "values"
document.all.elementID.style.background = "values" // IE only    
    

      
      








Related examples in the same category

1.'background' Example
2.'background' is applied to