背景附件:固定的互联网浏览器11奇怪的&嘻嘻哈哈

时间:2014-05-18 16:46:23

标签: html css internet-explorer background-attachment

注意到IE11中一个奇怪而烦人的错误。使用带有背景附件固定的css放置在背景中的图像做了这个奇怪的&滚动时轻轻地跳舞。它主要发生在使用滚轮或使用滚动条上的箭头按钮时。如果你通过拖动滚动条滚动它似乎不会发生。

尝试这个小提琴:http://jsfiddle.net/G6Mdu/使用IE时你可以看到图像抖动。在chrome,firefox等上运行正常。

 #test{
     height: 510px;
     width:100%;
     background-position: center top;
     background-attachment: fixed;
     background-size: cover;
 }

任何解决方案?

1 个答案:

答案 0 :(得分:4)

这是后台附件实现的一个已知问题:在IE10 +中修复。我相信它会发生在除<body>之外的所有元素上。

http://connect.microsoft.com/IE/feedback/details/819518/fixed-background-image-scrolling-issue