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






'background-repeat' Syntax and Note

Note:

How the background image is repeated.

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

      
      








Related examples in the same category

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