css – 在iOS5中有固定工作的背景附件吗?

这是否在> iOS 5?
.element {
    background: url(images/myImage.jpg) 50% 0 no-repeat fixed;
}

我认为它应该是,但到目前为止,它不是。

解决方法

根据这个 background-attachment support matrix,不。

Another post建议,提出移动设备的解决方法是不值得的:

…both Android and iPhone block timers or render during scroll,so the effect is that divs move with the scrolled page and only after,eventually,divs come back in the expected position. This is against position fixed idea

相关文章

Css3如何实现鼠标移上变长特效?(图文+视频)
css3怎么实现鼠标悬停图片时缓慢变大效果?(图文+视频)
jquery如何实现点击网页回到顶部效果?(图文+视频)
css3边框阴影效果怎么做?(图文+视频)
css怎么实现圆角边框和圆形效果?(图文+视频教程)
Css3如何实现旋转移动动画特效