0

1230sharp.com

出于某种原因,背景图像随着网站滚动。我有值“背景位置:固定”和背景附件:“本地”,我遇到了同样的问题。

1230sharp.com/#services - 有什么建议吗?

4

1 回答 1

0

好的,因为ie8不支持background-attachment:local

它使用background-attachment:fixed. 如果你删除它,你应该没问题。

意思是不要将任何一个用于.sectiondiv 或任何您不想让背景滚动的地方。

我删除了它们,它在 chrome 和 ie8 中对我有用 :)

更新

您实际上可以切换到background-attachment: scroll而不是,local这对于 ie8 和 chrome 以及其他应该也适用。

来源这里

已编辑

使用background-attachment: scroll !important;这种方式它应该覆盖local当前浏览器(如 chrome)并记住清除缓存

于 2013-03-20T14:15:39.497 回答