Is it possible to change only the Y value of background position in CSS?

后端 未结 6 2075
有刺的猬
有刺的猬 2021-01-19 06:56

Is it possible to change only Y value of background position in CSS?

background-position-y is not a valid solution.

6条回答
  •  佛祖请我去吃肉
    2021-01-19 07:02

    According to caniuse.com and this SO Question, background-position-y is now standard and supported in all browsers except older versions of Firefox.

    background-position-x/-y, background-repeat-x/-y approved for level 4 of backgrounds and borders.

提交回复
热议问题