gpt4 book ai didi

internet-explorer - CSS 3 PIE : Not working inside an absolutely positioned (popup) element? 鼠标悬停时移动?

转载 作者:行者123 更新时间:2023-11-28 14:56:07 26 4
gpt4 key购买 nike

我正在使用 CSS 3 PIE include,这样我就可以在 IE 的弹出窗口中使用圆 Angular 边框。然而,在 IE 中,弹出窗口在页面加载时不是圆形的,但是当我将鼠标悬停在它上面时,它会移动到容器的左上角,这是绝对定位的,并且在那里它有圆形边框。

这是 HTML:

    <div class="popupWrapper" id="editMsgWrapper">
<div class="popupDiv" id="editMsgContainer">

这是相应的 CSS:

.popupWrapper {
display:none;
left:0;
margin:0 auto;
position:absolute;
text-align:center;
top:0;
width:100%;
z-index:601;
}

.popupDiv {
text-align: left;
position: relative;
top: 100px;
margin: 0 auto;
width: 500px;
border: none; /*1px solid #FFF;*/
font-size: 12px;
background: #FFF;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
behavior: url(PIE.php);
position: relative;
}

知道为什么 popupDiv 在鼠标悬停时会转移到绝对 div 吗?

谢谢!

最佳答案

我把它放在另一个容器 div 中,它以某种方式起作用了!

关于internet-explorer - CSS 3 PIE : Not working inside an absolutely positioned (popup) element? 鼠标悬停时移动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3584460/

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