gpt4 book ai didi

css - Internet Explorer z-index 问题

转载 作者:太空宇宙 更新时间:2023-11-04 16:15:11 27 4
gpt4 key购买 nike

在此网站上:http://rwl.rwlwater.com/当我有更多菜单时,它会将搜索栏移到下一行,但它在特色 slider 上仍然可见。在 Firefox 中不会发生这种情况,并且搜索栏不可见。

我尝试更改 slider div 和搜索栏 div 的 z-index,但它不起作用。

最佳答案

因为您尝试堆叠的 div 位于两个不同的上下文中(即它们嵌套在其他 div 中,所以它们不是 sibling )您将无法直接设置它们的 z-index。

我认为你必须设置父级的 z-index,它是另一个实际的 sibling ...所以因为#top 和#content-full 是 sibling ,你可能需要设置 z-index #top 具有更高的数字。这也意味着您必须将 #top 定位到默认静态之外的其他位置。

关于css - Internet Explorer z-index 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7611708/

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