Hyperlinks A HREF do not work

ε祈祈猫儿з 提交于 2019-12-05 20:24:13

There is a z-index: -1 in your global.css in your #content id section. Remove this and your problem is fixed.

The z-index is making all of the #content links unreachable by the mouse.

It looks like focus is going to the pagewrap div by default

EDIT #2: Make sure you give an example that actually shows the problem : )

It looks like somehow you've gotten z-index: -1 on div#content, so it is falling 'behind' div#pagewrap and so is not clickable. Get rid of that and you should be fine.

Umm, you haven't put this text inside <a></a> elements, according to the HTML source.

Umm just put those headlines text in between the "a" and href tags.

   <a href="http://yourlink/link.htm">Your Heading</a>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!