我有一个背景大小的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吗?