我正在为边框半径使用以下代码:
.box {
width:250px;
height:250px;
background:#ce0000;
border-top-left-radius: 15px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 15px;
behavior:url(images/PIE.htc);
}
它在 IE 9 中运行良好。但它在 IE 8 中不起作用。我做错了什么?