gpt4 book ai didi

html - 像模态一样显示的 Div

转载 作者:太空宇宙 更新时间:2023-11-04 03:05:42 25 4
gpt4 key购买 nike

有没有办法像模式一样在同一个阴影处显示一个 div?

我有一个模态框。当模式出现时,我还想在左 Angular 显示一个包含消息的 DIV。这个 DIV 应该出现在模式的前面,但它没有。

我已经尝试了以下但没有成功。

.div{
z-index:9999;
position:absolute;
}

注意我正在使用 lightbox渲染包含图像的模态。

最佳答案

Z-index 和 position 应该可以,试试这个。

.div{
z-index: 9999;
position: absolute;
background-color: white; /* just to see if the div is there */
left: 0;
top: 0;
}

关于html - 像模态一样显示的 Div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30497846/

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