链接不起作用,但当我检查它们时

时间:2016-08-21 19:45:01

标签: html html5 hyperlink

您好stackoverflow社区。我的网站上的链接有一个奇怪的问题。它们不能在浏览器上单击,但是,当我检查它们时,我可以单击它们。有没有人遇到过同样的问题,可以分享解决方案吗?

HTML:

<p>jbfhjdbsfkbvk<a class="brexit" href="Articles_1.html">... [Continue to the full article]</a></p>

一节的HTML:

<div class="list_of_reviews_1">
<ul style="list-style-type:none">
<li>What will happen to Brittish travelers when Brexit finaly happens</li>
</ul>
<img src="for left column.jpg" height="150" width="150" alt="What will happen to Brittish travelers when Brexit finaly happens"/>
<p>kjbngfugjdbgidbgkdsbgsdfbgkjdbgs<a class="brexit" href="Articles_1.html">... [Continue to the full article]</a></p>
</div>

1 个答案:

答案 0 :(得分:1)

添加一些css put image或p tag并指定它们可能重叠的索引

&#13;
&#13;
p {
 
    z-index: 5;

}
&#13;
&#13;
&#13;