在IE 9中无法正确显示背景图像

时间:2013-05-01 16:47:46

标签: css css3 internet-explorer-9 background-image

我正在构建一个html 5网站,它在chrome和Firefox中运行良好。当我在IE 9中启动它时,除了我的背景图像之外,一切都有效,它不会跨越网站的高度。我身体的css位于下方,它控制背景图像及其高度和宽度。

#faq_page { 
    margin: 0 auto;
    width: 1024px;
    height: 100%;
    padding-top: 0 auto;
    background: #9c182f url(../images/faqimage.jpg) no-repeat center;
    background-size: 1350px 1700px;
    margin-top: auto; 
}

2 个答案:

答案 0 :(得分:0)

This example似乎适用于我的IE9。

确保您的IE实际上处于IE9模式:

enter image description here

答案 1 :(得分:0)

尝试将此设置在脑海中:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">