注意到 IE11 中的一个奇怪且烦人的错误。使用固定背景附件的 css 放置在背景中的图像在滚动时会出现这种奇怪的上下抖动舞。它主要发生在使用滚轮或使用滚动条上的箭头按钮时。如果您通过拖动滚动条进行滚动,它似乎不会发生。
试试这个小提琴: http: //jsfiddle.net/G6Mdu/使用 IE 时,您可以看到图像抖动。在 chrome、firefox 等上运行良好。
#test{
height: 510px;
width:100%;
background-position: center top;
background-attachment: fixed;
background-size: cover;
}
任何解决方案?