gpt4 book ai didi

html - 圆 Angular 在 IE9 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 13:49:12 25 4
gpt4 key购买 nike

我有一个圆 Angular 对话框,它在 Firefox 中工作正常,但圆 Angular 在 IE9 中不存在。

我正在使用以下代码:

            #dialog-box {
/* css3 drop shadow */
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
/* css3 border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#eee;
width: 1000px;
height:900px;
/* make sure it has the highest z-index */
position:absolute;
z-index:5000;
/* hide it by default */
display:none;
}

最佳答案

除了 webkit 和 mozilla 扩展之外,您还需要使用“标准化”border-radius 属性:

border-radius: 5px;

http://msdn.microsoft.com/library/ff974085.aspx

W3:http://www.w3.org/TR/css3-background/#the-border-radius

关于html - 圆 Angular 在 IE9 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7016335/

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