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






'background-position-y' Syntax and Note

Note:

This style property defines the vertical coordinate (the top position) of the element.

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

      
      








Related examples in the same category

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