1230sharp.com
由于某种原因,背景图片正在滚动网站。我有值“背景位置:固定”和背景附件:“本地”,我遇到了同样的问题。
1230sharp.com/#services - 有什么建议吗?
答案 0 :(得分:0)
好的,因为ie8不支持background-attachment:local
它使用background-attachment:fixed
。如果你删除你应该没事。
意思是不要在.section
div中使用任何一个,也不要在任何你不希望背景滚动的地方使用。
我删除了它们并且它在chrome和ie8中工作了对我:)
您实际上可以切换到background-attachment: scroll
而不是local
,这对于ie8和chrome以及其他人来说都应该有效。
来源here
使用background-attachment: scroll !important;
方式覆盖当前浏览器中的local
,例如chrome,并记住清除缓存