CSS實現IE6下PNG背景透明的方法

來源:互聯網
上載者:User

網頁中的一般的PNG圖片可以利用JS代碼實現透明,但是如果使用PNG做背景的話,也就是在<a>懸浮狀態時所用的背景,就不好實現了。雖然網上也可以找到一種批量實現方法,可是那種方法是遍曆整個網頁來實現的,肯定會讓運行速度變慢。這裡公布一個方法,不是原創,也是從網上找到的,它是針對PNG做背景時使用的,代碼如下:

.btnO{
 background:url(winbg.png) no-repeat;background:none;filter;rogid;XImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='winbg.png';); 
}
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.