'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