CSS - <a href> 不可点击

标签 css html href

http://prntscr.com/19fg8x

所以我有两个 div,一个有:

.holder { display: table; 
position: fixed;
z-index: 1000;
height: 100%; 
width: 100%; 
text-align: center;
}

还有其他的我有

<div>
    <a href="hello.php">Hello hum</a>
</div>

但是不能点击,只能在IE上点击。好吧,如果我删除高度:100%,它将变得可点击,但我需要它的高度为 100%。

有什么解决办法吗?

最佳答案

更正一下:

<div>
    <a href="hello.php">Hello hum</a>
</div>

关于CSS - <a href> 不可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17050425/

相关文章:

css - 粘性导航 - Logo 在移动版本上不应该向下移动

html - Zurb Foundation 中 small 的全宽搜索顶部栏

javascript - href 属性中 jQuery 代码的奇怪行为

javascript - 如何解析带有图像标签的字符串中的 <a> href(s)

html - 你能做一个尽可能小但尽可能宽的嵌套列 flexbox 吗?

css - 使用内容属性获取图标?

javascript - 为除特定 ul 之外的所有无序列表分配动画

javascript - 将类分配给 React 中自定义组件的外包装

javascript - 移相器 3 : Why are there no images showing?

jquery - 使用 jQuery 在浏览器中打开非事件选项卡