專門給 ie6,ie5.5 準備的顯示24色透明png 的樣式腳本

專門給 ie6,ie5.5 準備的顯示24色透明png 的樣式腳本,我之前寫的用了好久了。用了ie 的預編譯,其餘瀏覽器
天然就忽略了。
<!--[if lte IE 6]>
<style type="text/css">
.pngAlpha {
height: 1px;
width: 1px;
filter:expression(
     this.style.filter = this.style.filter.indexOf("AlphaImageLoader")== -1 ? this.style.filter + "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingmethod=p_w_picpath )" : this.style.filter
    );

}
</style>
<![endif]-->css

相關文章
相關標籤/搜索