我使用这个css按钮工作background-attachment:fixed;在ipad中。 请帮帮我。点击链接
.home #bottom-header {
background-attachment: fixed !important;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-image: url("images/hero_bg.jpg");
background-origin: padding-box;
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
height: 100%;
position: relative;
width: 100%;
}
答案 0 :(得分:1)
此过程对于移动浏览器上的呈现过程而言代价非常高,因此已被禁用。
答案 1 :(得分:0)
这是一种解决方法,但在我看来,它看起来比fixed
背景更好。如果您想要定位它,只需添加data-speed="1"
。