backgroundPositionX not working on Firefox

前端 未结 6 1766
感情败类
感情败类 2020-12-10 10:33

I have play with youtube\'s sprite animation but there is a problem. backgroundPositionX won\'t work under Firefox (but works on Chrome and IE8)... This is the

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 10:41

    Using like this:

    background-position: calc(100% - 20px) center; // working on chrome and ff
    background-position-x: calc(100% - 20px); // working on ie
    

提交回复
热议问题