<a href=""> not working, after adding some jquery javascript based image sliders

时间:2015-10-15 07:22:06

标签: javascript jquery href

My Web-Design was working perfectly, however i added a trendy image slider within it from some other template, and now my links have stopped responding. I think it is because of the Order of calling jquery scripts etc, but im not sure how should i order them to fix this issue.

1 个答案:

答案 0 :(得分:0)

我在互联网上尝试了很多解决方案,并最终解决了问题。链接停止工作的原因是因为定位了一些与整个页面重叠的jquery脚本。

所以我在我的页面中使用了z-index:100,并启用了它们。现在他们工作正常。

身体a {

    z-index:100;

}