gpt4 book ai didi

html - 当属性在 IE lte 8 上具有不同的 Angular 值时,border-radius 会变得很奇怪

转载 作者:太空宇宙 更新时间:2023-11-03 18:36:56 25 4
gpt4 key购买 nike

我正在为我页面上的一些元素应用 border-radius,为了让它在 IE 6-8 上工作,我正在使用 PIE .

检查一下

weirg bug o.O

因此,正如您所见,没有边界半径值(或值彼此非常不同)的 Angular ,效果变得很奇怪。

这是我的代码:

.cotacao {
-webkit-border-radius: 1px 20px 1px 20px;
-moz-border-radius: 1px 20px 1px 20px;
border-radius: 1px 20px 1px 20px;
border: 10px solid #fff;
}

以及IE的具体代码

.cotacao {
behavior:url(/Assets/css/common/PIE.htc);
position: relative !important;
}

这是怎么回事?这个错误与边框厚度有关吗?如果是,是否有已知的解决方法?谢谢!

最佳答案

这是 PIE 1.0 代码中的错误。参见 https://github.com/lojjic/PIE/issues/11

如果您愿意尝试,它已在 2.0 测试版中修复。

关于html - 当属性在 IE lte 8 上具有不同的 Angular 值时,border-radius 会变得很奇怪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18499507/

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