background 背景圖片 在IE8中不顯示解決方法


我給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;

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM