【发布时间】:2014-02-12 08:03:43
【问题描述】:
http://apolytos.com/new/img/test.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
background:url("background.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-size: cover;
background-position:top center;
margin:0;
}
</style>
</head>
<body>
</body>
</html>
Internet Explorer 11 未覆盖;查看提供的链接。如果我删除 :fixed,它会按预期覆盖,但是 bg 会滚动页面上不需要的内容。 IE中的这两行代码似乎有冲突。
【问题讨论】:
-
哟,你有 jsfiddle 吗?
-
负有ghostrider
标签: css internet-explorer-11 background-attachment