gpt4 book ai didi

html - 相对定位元素的 Z-index?

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

我有一个元素,我试图用这个把它放在另一个元素之上:

<div id="foo1"></div>
<div id="foo2"></div>

还有这个 CSS:

#foo1 {
width: 600px;
height: 300px;
margin: 0;
}
#foo2 {
width: 600px;
height: 300px;
margin-top: -300px;
}

但现在 #foo2 位于 #foo1 之下。我该如何解决这个问题?

最佳答案

使它们成为绝对的而不是相对的就可以了。

关于html - 相对定位元素的 Z-index?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12706218/

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