【问题标题】:Slideshow image link not working in IE9幻灯片图像链接在 IE9 中不起作用
【发布时间】:2014-05-02 19:32:21
【问题描述】:

我在website 的主页上使用了 Nivo Slider,但在 IE9 中,幻灯片链接不起作用(它们在所有其他现代浏览器中都有效)。

到目前为止我所做的(没有奏效):

  • 增加了链接的 z-index
  • 删除了链接类名称以确保 nivo 滑块 CSS 不会导致它

知道可能是什么问题吗?

【问题讨论】:

  • 为您的网站提供的链接仅加载页面空白
  • 应该不行,你可以再试一次吗。
  • nothinkg,只有页面空白
  • 您尝试过以下方法吗?你有你的 jquery 代码示例吗? weeblyforums.com/topic/nivo-slider-on-ie9

标签: jquery html css internet-explorer


【解决方案1】:

我曾经有过类似的问题。为我解决的问题是将 important 分配给特定的 CSS 声明,如下所示:

.theme-default .nivoSlider a, 
.theme-default .nivoSlider img {
display: block !important;
}

【讨论】:

    猜你喜欢
    • 2012-03-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-10-31
    • 1970-01-01
    • 2014-01-18
    • 2015-12-01
    相关资源
    最近更新 更多