gpt4 book ai didi

css - Z-Index 在 IE7 中不起作用

转载 作者:行者123 更新时间:2023-12-01 16:23:53 24 4
gpt4 key购买 nike

我在单击“删除”按钮时创建了对话框。它覆盖了父 Div。

它适用于除 IE 7 之外的所有浏览器。这里我提到了对话框和 div 的 Css。

dialog_box {
width:219px;
height:100px;
background-image:url(../images/preference/popup.png); background-repeat:no-repeat;
padding:10px;
position:absolute;
right:-10px;
z-index:50;
overflow:hidden;
}

Div{
border:solid 1px #ffffff;
padding:10px;
padding-left:30px;
padding-top:10px;
padding-bottom:10px;
position:relative;
text-align:left;
}

知道为什么会这样吗?

最佳答案

看不到 HTML 就很难了,我不确定 iframe 会如何影响这一点,但这似乎与 this question 是同样的问题。 ,所以 Davidyn 可能是对的。

我在IEs z-indexing上有一个帖子(更新:新的实时链接)带有一些插图,可能会让您更接近解决方案。

这篇文章现已下架,所以这里是 wayback machine's archive

关于css - Z-Index 在 IE7 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/948904/

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