gpt4 book ai didi

html - Z-index 绝对定位混淆

转载 作者:行者123 更新时间:2023-11-28 01:21:23 24 4
gpt4 key购买 nike

在下面的示例中,我试图让弹出的“门票”显示在其他门前:

http://codepen.io/anon/pen/EVMXVz

我试图在文章悬停时在 div.appeal-details 上应用更高的 z-index - 我不确定为什么这不起作用:

article:hover .record .jukebox-ticket {
animation: growTicket 0.4s ease-in-out;
display: block;
position: absolute;
top: 150px;
margin: 0px auto;
z-index: 20;
}

我的理解是较高的 z-index 与绝对定位相结合应该有效——但显然无效。

热衷于避免 JS,但会在需要时使用。

谢谢!

最佳答案

你可以添加

position:relative; z-index:1;

到你的articlearticle:hover higher

z-index:2;

或 10;

检查示例:http://codepen.io/anon/pen/zvbdrB

附言而且据我所知,javascript 部分不需要。

关于html - Z-index 绝对定位混淆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33786200/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com