简体   繁体   English

幻灯片图像链接在IE9中不起作用

[英]Slideshow image link not working in IE9

I'm using a Nivo Slider on the homepage of my website , but in IE9, the slide links are not working (they work in all other modern browsers). 我在网站的主页上使用Nivo滑块,但是在IE9中,幻灯片链接不起作用(它们在所有其他现代浏览器中都有效)。

What I've done so far (that haven't worked): 到目前为止,我已完成的工作(尚未成功):

  • Increased the z-index of the link 增加了链接的z-index
  • Removed the link class name to make sure nivo slider CSS is not causing it 删除了链接类名称,以确保nivo滑块CSS不会引起它

Any idea what might the issue be? 知道可能是什么问题吗?

I had a similar issue sometime back. 有时我也遇到过类似的问题。 What fixed it for me was assigin important to specfic CSS declarations as shown below: 对我来说,修复此问题对特定的CSS声明important ,如下所示:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM