我给ul加了一个背景图片 background 火狐 ie9 ch都显示。唯独在IE8中不显示
之前的样式代码
background: url("/images/search.gif") no-repeat scroll rgba(, , , );
在ie8中改成
background-image:url("/images/search.gif"); background-attachment:scroll;
background-repeat:no-repeat; background-position-x:%;
background-position-y:%; background-color:transparent;
这样之后我的就可以了。不知道你的是不是可以。
注:如果上面放了一个button 但不先看见这个button 这要设置该buton的样式 background-color:transparent;