我給ul加了一個背景圖片 background 火狐 ie9 ch都顯示。唯獨在IE8中不顯示
之前的樣式代碼
background: url("/images/search.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
在ie8中改成
background-image:url("/images/search.gif"); background-attachment:scroll; background-repeat:no-repeat; background-position-x:0%; background-position-y:0%; background-color:transparent;
這樣之后我的就可以了。不知道你的是不是可以。
注:如果上面放了一個button 但不先看見這個button 這要設置該buton的樣式 background-color:transparent;