我在根目录中有 PIE.HTC,并试图让圆角在 Internet Explorer 中工作
这是我的 CSS
#credits-earned
{
border-style:solid;
border-width:2px;
border-color:#EDEDED;
width:170px;
height:60px;
margin-bottom:10px;
font-weight: bold;
border-radius:8px;
behavior: url (PIE.htc);
}
这试图生效的 HTML 是:
<div id="credits-earned">
You need to earn X<br> more credits today to avoid losing credits
</div>
但是圆角在 IE 中不起作用。
任何帮助将不胜感激。