简体   繁体   English

链接不可点击

[英]Links aren't clickable

I am making a web app here http://repinzle.herokuapp.com 我在这里制作一个Web应用程序http://repinzle.herokuapp.com

For some reason the links can't be clicked, this is very frustrating and confusing. 由于某些原因,无法单击链接,这非常令人沮丧和混乱。

Any help much appreciated 任何帮助,不胜感激

具有id gallery元素的z-index为-10,将其放在其容器main

There is no source defined: 没有定义源:

在此处输入图片说明

Put a url after the href. 在href后面放置一个网址。

href="http://www.TheUrl.com"

Here is a full example. 这是一个完整的例子。

I just gave this div: 我刚刚给了这个div:

<div id="gallery" style="z-index: -10; position: relative; display: block;z-index: 1;">

a z-index:1. z索引:1。 I can't explain the problem, but this maybe solves it. 我无法解释问题,但这也许可以解决。

Inspected the code: 检查代码:

<div id="gallery" style=" position: relative; display: block;">

Has a style of Z-index: -10, remove it and it will be ok 具有Z-index样式:-10,将其删除就可以了

Please make sure your url(/salon/tickle-me) is correct 请确保您的网址(/ salon / tickle-me)是正确的

The href attribute specifies the link's destination: href属性指定链接的目的地:

<a href="http://www.URL.com">TicKle me</a> 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM