;css代码:.wby{height: 90px;width: 90px;background-image:&" />
欢迎访问唐山伍佰亿,致力打造唐山最好的网站建设平台!!!客服中心:4000-199-888  4000-859-888
申请加盟 代理登陆 域名查询 关于我们
唐山站[切换城市]
低投资高回报
网站不是花钱 是为了赚更多的钱
注重用户口碑
只有客户的满意 才有我们的发展
精湛精英团队
多年开发经验 铸就企业成功之路
首页 > 新闻中心 > 技术知识

IE6 png图片透明全部解决方案分享

2015-08-07   16:59:34   来自:伍佰亿

方法一:给div增加样式:

html代码:



css代码:

.wby{
height: 90px;
width: 90px;
background-image: url(img.png)!important;/* FF IE7 */
background-repeat: no-repeat;

_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img.png'); /* IE6 */
_ background-image: none; /* IE6 */
}

方法二:给img增加样式:

html代码:







css代码:

.wby img {
azimuth: expression(
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);

方法三:第三方js实现:

上面js源文件大家可以在百度直接搜索关键词“ie3 png透明js”就可以了

以上就是先阶段比较好用的ie6透明方法 ,希望对大家有所帮助

上一篇:伍佰亿网站建设大概需要几天 下一篇:没有了