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






'background-position-x' Syntax and Note

Note:

Set the horizontal coordinate the left position.

Syntax:
    
element { background-position-x: value }
elementID.style.backgroundPositionX = "value"
document.all.elementID.style.backgroundPositionX = "value"
    

      
      








Related examples in the same category

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