Hyperlinks A HREF do not work

2019-05-10 17:36发布

I'm a bit fooling around with a new website idea. But when i was testing it the A HREF does not work. It's not even showing a finger/hand pointer.

It's the text at the content area (the first white block under the header, but not the menu). The headers should be links to the posts (Wordpress).

screenshot of the links that do not work (red arrows): http://new.go80.nl/screenshots/brokenlinksscreen.png

Actually all the links in that area do not work.

And at the Contact page not even the google maps work. I can't move around and can't click the links.

Can somebody please help me figure this out? I don't want to start over.

Website: http://new.go80.nl/headlines

EDIT, i first linked to the home page. Beacouse I'm new here i could only add one link and the home page actually is OK so I linked to the Headlines page.

Thank you guys very much!

Greetings, Joeri Kosters

4条回答
再贱就再见
2楼-- · 2019-05-10 17:54

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.

查看更多
孤傲高冷的网名
3楼-- · 2019-05-10 18:00

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

查看更多
女痞
4楼-- · 2019-05-10 18:07

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.

查看更多
可以哭但决不认输i
5楼-- · 2019-05-10 18:10

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

   <a href="http://yourlink/link.htm">Your Heading</a>
查看更多
登录 后发表回答