我有一个带有背景大小:封面和背景附件:固定的 div。这工作正常,除了在 iOS 上。
#featured {
background:url(img/mountains.jpg) center bottom no-repeat fixed;
background-size:cover;
padding-bottom:65px;
}
问题类似于这些问题: Using background-attachment:fixed in safari on the ipad Fixed Position Background on iOS
但不完全是。我找到的每个解决方案都是针对 body 标签上的固定背景。但我需要在动态页面中间的 div 中固定背景。因此,将假 div 设置为 position:fixed 对我不起作用。
是否有另一种方法可以使固定位置背景在 iOS 上工作?我需要 jQuery 吗?