BackGround trong suốt cho IE
Khai báo css:
Sử dụng:
<div
class="png" style="width: 920px; height: 120px; background: url(footer.png) no-repeat;">
</div >
<img src="footer.png" />
* html img, * html .png{
/* Tên class của div có background là ảnh png trong suốt */
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
Sử dụng:
<div
class="png" style="width: 920px; height: 120px; background: url(footer.png) no-repeat;">
</div >
<img src="footer.png" />
Nhận xét
Đăng nhận xét