IE下点击带有链接的图片无法跳转的问题(谷歌浏览器等可以)

<!--StartFragment -->
下面是图片链接元素<a>中的class,应该是filter起作用的,有机会可以研究研究。其实同样代码不同浏览器运行的结果不同一般是因为对CSS的解释不同。
.nivoSlider a.nivo-imageLink{
      background-color:#fff;
       filter:alpha(opacity=0) /other than IE -moz-opcity:0;-khtml-opactiy:0;opacity:0;
 }
新添加的
在nivo-slider.css文件中.nivoSlider a.nivo-imageLink中添加的

你可能感兴趣的:(浏览器)