链接不可点击(由标签覆盖?)

时间:2018-01-17 00:16:14

标签: javascript jquery html css

我在互联网上找到了一个不错的网站/模板,我开始看起来有点像代码。

但不幸的是,我不了解一个重要的部分。 画廊看起来像这样:

<a href="">
   <img src="">
   <h2>...</h2>
</a>

但不知何故,链接不起作用。在这个演示中,链接只是'#',但即使这样也不行(链接路径显示在浏览器的左下角)

On Hover the Link is to see, but on click nothing happens

我已经从github下载了这个项目并添加了我的链接,但它不起作用。

有人理解这个(也许是愚蠢的)问题吗? 链接是否覆盖了img标签?

非常感谢您的帮助

=============================================== =========================

该演示可在以下网址找到:https://tympanus.net/Tutorials/SlidingHeaderLayout/

<link href="https://tympanus.net/Tutorials/SlidingHeaderLayout/css/layout-simple.css" rel="stylesheet" />
<link href="https://tympanus.net/Tutorials/SlidingHeaderLayout/css/demo.css" rel="stylesheet" />


<div id="container" class="container container--open">

  <section class="items-wrap">
    <a href="/album" class="item">
      <img class="item__image" src="https://tympanus.net/Tutorials/SlidingHeaderLayout/img/item01.jpg" alt="item01">
      <h2 class="item__title">Magnificence</h2>
    </a>
  </section>

0 个答案:

没有答案