我有以下的css來獲得一個背景圖片,以在一個部分內拉伸100%。爲IE8修復背景大小100%?
.sectionclass {
background: url('../img/bg.png') 50% 0 no-repeat fixed;
background-size:100%;
width: 100%;
position: relative;
line-height: 2;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.png', sizingMethod='scale');
}
它運作良好,在IE瀏覽器的最新版本,但是當我看到IE7或IE8的背景不會去全寬。什麼是解決這個問題最簡單的方法?
不知道爲什麼我沒有想到這一點。謝謝! –
@UberBrainChild:這是完全不直觀的,如果有人想到這一點,我會感到驚訝:) – BoltClock