gpt4 book ai didi

html - z-index 将段落隐藏在其他元素后面

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

我有一个段落 (.about-info p),我试图隐藏在另一个元素 (.about-container) 后面。我正在尝试对元素进行分层,以便 .about-info p 出现在 .about-container 后面,但到目前为止使用 z-index

你能帮我理解为什么吗? site is here .感谢您的想法!

<div class="about-info">
<p>stuff</p>
</div>

<div class="about-container">
More stuff
</div>

.about-container { z-index:9999; position:relative; }
.about-info { background-color: #d7d7d7; z-index:-700; position:relative; }
.about-info p { z-index: -800; position:relative;}

最佳答案

问题是 body 有背景图片而 about-container 没有!因此它是透明的。因此,如果您将背景图像(与正文相同)放入 about-container,它应该被修复

关于html - z-index 将段落隐藏在其他元素后面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21722745/

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