我想使用css爲我的網站添加多個背景圖片。我使用此代碼。多背景css
#container{
margin:0 auto;
width:1154px;
background:url(../img/background-top-new.jpg) no-repeat, url(../img/background-middle.jpg) repeat-y;
height:auto;
}
我在ie面臨這個問題。 如果您有任何解決方案,請給我任何解決方案。