【发布时间】:2011-11-13 04:50:58
【问题描述】:
我正在尝试在我的 asp.net mvc 3.0 应用程序中使用 CSS3Pie 但在 IE 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*/
}
【问题讨论】: