链接无法点击?

时间:2016-11-21 18:04:55

标签: html5 css3 hyperlink z-index

我正在为课程制作一个简单的启动页面,但现在我的一些链接无法点击。主页链接很好,但所有其他链接都不会响应点击或悬停。

查看实时网页here

2 个答案:

答案 0 :(得分:1)

在你的CSS中,这样做:

nav {
    z-index: 1; //this line matters
    margin-top: -10px;
    clear: both;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

不确定为什么你有一个-10

答案 1 :(得分:0)

在css中你有z-index:-10,它应该是0或更大

<Say>