【问题标题】:Problem with JQuery cycle on IE8IE8上的JQuery循环问题
【发布时间】:2011-08-25 23:44:37
【问题描述】:

在 IE8 上的食物图像转换过程中,我遇到了 IE8 显示黑色背景的问题,在此页面中途 http://bit.ly/mDcm2v

另一个更小的问题是链接悬停下划线出现在靠近文本的两个位置,仅在此浏览器上,有没有办法解决这个问题?谢谢

【问题讨论】:

    标签: jquery html css


    【解决方案1】:

    这是因为 IE8 一次只能对一个元素应用一种样式效果。

    由于图像是透明的 PNG,因此您已经在使用该效果,也无法应用不透明度。当它消失时,您禁用透明度并添加不透明度。

    您可以使用以下技巧之一来修复它:How to solve/hack fading semi-transparent PNG bug in IE8?

    【讨论】:

      【解决方案2】:

      要解决 PNG Background-image transparent 问题请检查:

      Transparent PNG animate problem on Internet Explorer

      【讨论】:

        【解决方案3】:

        试试这个:

        cleartypeNoBg:true
        

        有关此解决方案的更多信息:

        http://www.leveltendesign.com/blog/dustin-currie/show-background-image-jquery-cycle-ie

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2013-01-10
          • 2013-10-06
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多