【发布时间】:2015-03-14 00:59:16
【问题描述】:
我正在尝试修复background-image。
正如您在my blog 中看到的,background-image 在 IE 11 上滚动时正在移动。
我该如何解决这个问题?
这是我的 CSS:
background-image: url("./images/cover.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
【问题讨论】:
标签: css internet-explorer background-image internet-explorer-11