html, body{
background:url(./images/sdays_bg1.jpg) center top no-repeat;
background-size: 100%!important 100%!important;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family:Verdana, Geneva, sans-serif;
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-size: cover!important;
font-family:Verdana, Geneva, sans-serif;
}</style>
上面是我設的CSS程式碼。
那我的問題是,我在IE8上瀏灠時,
沒有辦法像chrome或是ff一樣讓背景圖整個延展開來,
不知道是圖片的關係還是css程式碼的關係?

