z-index 和锚标记

发布于 2024-08-18 04:05:42 字数 282 浏览 3 评论 0原文

I have a div with position relative and z-index :-1. and I have placed <A> over that
div. But it seems <a> is not working when i give postion :relative to its parent. when change that
position to absolute it starts working. Could anybody tell me why this is happening.
I want that link to work and as far as possible need to keep its parent div
position :relative
and z-index:-1;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

私藏温柔 2024-08-25 04:05:43

负 z-index 导致链接不起作用:

请参阅此 fiddle

Negative z-index cause a links to not work:

See this fiddle

友欢 2024-08-25 04:05:42

position:relative 将使 z-index 相对于父级。

http://www.w3.org/TR/CSS21/ visuren.html#propdef-z-index

position:relative will make the z-index relative to the parent.

http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文