我正在構建html 5網站,並且它在Chrome和Firefox中正常工作。當我在IE 9中啓動它時,除了我的背景圖像以外,其他所有內容都不會超出網站的高度。我的身體css是在下面,這控制着背景圖像及其高度和寬度。在IE 9中無法正確顯示背景圖像
#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;
}
http://stackoverflow.com/questions/6776580/css -3-background-size-not-working-on-ie9 – tbleckert 2013-05-01 16:53:18
試過了,圖像並不居中,只要我添加中心圖像和bg顏色消失 – Silentbob 2013-05-01 17:27:24