gpt4 book ai didi

internet-explorer - border-radius 在 I.E 8 的选择规则中工作,为什么?

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

this site圆 Angular 在 I.E 8 中有效据我所知,直到 I.E 9 才支持 border-radius不过,有一个 div(只有一个)的边框半径不起作用,那就是右下角的红色。

 div class=specialSidebar

没有特殊的过滤器:据我所见,这里应用了属性。如果您使用带有 I.E 8 的开发人员工具并取消选中 border-radius,其他 div 将具有 border-radius 功能,它们将变为正方形。

最佳答案

看看他们的 CSS,http://taylorstrategy.com/wp-content/themes/taylorStrategy/style.css

/*Right Sidebar*/
.rightSidebar {
background: #FFF;
padding: 14px 30px 10px 20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

}

我相信在 IE8 中,他们正在使用 javascript (jQuery) 将 border-radius 替换为圆 Angular 。看看this tutorial了解更多信息。

关于internet-explorer - border-radius 在 I.E 8 的选择规则中工作,为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8157475/

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