【发布时间】:2011-04-14 12:59:41
【问题描述】:
如何在 IE6 上修复不透明度
此代码在 IE6 上不起作用!
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
还有这段代码!
$('#description').animate({opacity: 0.0}, 1000);
【问题讨论】:
-
IE 6 已经过时了,连google都不再支持了,你也应该支持。
-
@Aviatrix - 你有指向
even google have stopd supporting it的链接吗? -
@Aviatrix 从技术上讲,只有 YouTube,肯定不包括整个谷歌
-
@reigel ,这里是googleenterprise.blogspot.com/2010/01/… @faressoft ,向这些用户展示他们正在使用过时的浏览器,因此他们可能无法正常查看该网站。并提供其他borwsers、opera、chrome、ff ..的链接。
-
@Aviatrix - 希望谷歌是我唯一的客户;)
标签: jquery html css dom internet-explorer-6