背景附件:固定不适用于iPad

时间:2015-07-08 14:39:39

标签: html css background

我使用这个css按钮工作background-attachment:fixed;在ipad中。     请帮帮我。点击链接

Link is here

.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%;
}

2 个答案:

答案 0 :(得分:1)

此过程对于移动浏览器上的呈现过程而言代价非常高,因此已被禁用。

看这篇文章: How to replicate background-attachment fixed on iOS

答案 1 :(得分:0)

这是一种解决方法,但在我看来,它看起来比fixed背景更好。如果您想要定位它,只需添加data-speed="1"

http://codepen.io/AartdenBraber/pen/WpaxZg

相关问题