gpt4 book ai didi

html - 如何放置 z-index div?

转载 作者:搜寻专家 更新时间:2023-10-31 22:47:13 26 4
gpt4 key购买 nike

我有一个固定宽度为 960 像素的主包装器。在顶部和右手边有一个登录按钮。通过按下这个按钮,它将在主包装器的正下方和前面打开一个 div 层。因此我使用 z-index: 1. 问题是我不知道如何根据主包装器而不是浏览器窗口宽度设置固定位置。现在,当设置左/右位置时,div 将根据整个浏览器窗口的宽度放置。如果分辨率较大,则主包装由 0 auto 放置。

举个例子:

代码:

#main {
width:300px;
height: 500px;
background-color: #f23;
margin: 0 auto;
}
#zindex{
font-size: 11px;
width: 50px;
height: 50px;
background-color: #dedede;
position: absolute;
right: 0;--> will place the div depending from the browser window and not main
}

example

如果有人可以告诉我如何解决这个问题,我将不胜感激。

最佳答案

#main {
position:relative
}

应该可以解决问题。

关于html - 如何放置 z-index div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15122727/

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