CSS背景位置不适用于百分比

时间:2015-01-31 03:06:51

标签: android html css cross-browser

我定义了一个具有这样背景属性的容器

.container {
  background:url(path/to/image) cover fixed;
  background-position: 70% 60%;
}

在Chrome和iphone上测试过 - 效果很好。但不是在Android浏览器上。 如果我使用background-position:px px;它在android中有效。当它是百分比时,我喜欢这个位置。任何适用于所有浏览器的方法?

0 个答案:

没有答案