gpt4 book ai didi

CSS3 饼图边框消失了

转载 作者:行者123 更新时间:2023-11-28 09:29:34 25 4
gpt4 key购买 nike

我正在尝试在我的 asp.net mvc 3.0 应用程序中使用 CSS3Pie但在 IE 版本 lover than 9 中,边框完全消失了。这是我的 CSS

.box
{
margin:auto;
display:table;
text-align:center;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 1px solid #86b0ca;
margin:10px 0 10px 0;
behavior: url("/Scripts/htc/PIE.htc"); /*if i remove that the border not disappeared but square in old IE versions*/
}

最佳答案

在此框中添加position:relative,然后去阅读文档!

http://css3pie.com/documentation/known-issues/有一节解释你为什么需要这样做,我不确定为什么它不在入门指南中。

关于CSS3 饼图边框消失了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7352049/

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