当我在幻灯片周围添加href标签时,幻灯片以chrome显示。它适用于Firefox和ie 在图片linke周围添加了链接: 我在图片中使用了srcset。
答案 0 :(得分:2)
我已经拥有了' jssor slider'当前版本(19.0),滑块在Chrome 45中不再起作用。
我必须在滑块图片上的链接上添加style="position:relative;"
<a href="../etc/page.html" title="Test" style="position:relative;"> <img u="image" src="002.jpg" title="Tooltip erste Bild" /></a>
然后它成功了。