为什么 HTML 链接不能在透明边框 div 内工作?
我最初设置了一个
,z-index
位于其他内容之上。我无法点击,因为尽管它是透明的,但它不可点击。我试图将各个部分分开——侧面、角落等等,但链接仍然无法点击。
这是我的页面: http://4amnew.4thavenuemedia.com
有什么想法吗?
I originally setup a single <div>
, z-index
ed above other content. I couldn't click through because even though it was transparent, it wasn't clickable.
I tried to split the pieces apart - sides, corners and all, but the link is still not clickable.
Here's my page:
http://4amnew.4thavenuemedia.com
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调整你的CSS:
adjust your css:
为 #logo id 提供 Z-index:250
如果您想测试链接也可点击,则意味着提供 z-index:210;对于#twitter
Give Z-index:250 for #logo id
IF you want to test link also clickable means give z-index:210; for #twitter