Is it possible to change only Y value of background position in CSS?
background-position-y is not a valid solution.
background-position-y
use background-position:0px ypx;
background-position:0px ypx;