Я пытаюсь использовать CSS3Pie в моем приложении asp.net mvc 3.0
Но в версиях 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*/
}