背景大小封面加背景附件固定不在IE11中滚动的页面中工作

时间:2014-01-05 20:51:57

标签: html css internet-explorer

我一直在使用以下代码来修复背景,并覆盖100%的页面,尽管它的大小:

background-image: url('./background.jpg'); 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat; 
background-position: center top;
background-attachment: fixed;
background-size: cover;

然而,自从IE11以来,它没有按预期工作:

http://i.stack.imgur.com/EZK4M.png

这是它在IE11之前出现的方式:

http://i.stack.imgur.com/8bkmH.jpg

IE11有什么变化吗?有没有办法使它像IE11之前一样工作?

1 个答案:

答案 0 :(得分:0)

感谢大家的评论!我找到了一种在IE11中实际工作的方法。将背景作为图像放置在具有以下属性的单个div中:代码高度:auto;左:0;最小高度:100%;最小宽度:1024px;位置:固定;顶部:0;宽度:100%;的z-index:-1;在这里查看:nekutranslations.es/sf2