我使用 .htc 在 IE 上制作圆角。它仅适用于 http,但不适用于模式 https。请帮我。谢谢 这是我的代码:
#main .sidebar .videos .grey-box {
padding: 5px;
margin: 5px 0;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #6C6C6C;
border-bottom: 1px solid #6C6C6C;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
behavior: url(../border-radius.htc);
background-color: #BBB;
border: 2px inset;
}