我有这个代码:
ul.topMenu li.language .dropDown {
background: url(../img/arrow-dropdown.png) no-repeat 137px 9px;
border: 1px solid #c5c2be;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(PIE.htc);
}
边框半径在 firefox、chrome 和 IE9 中效果很好,但由于某种原因,即使我在 index.html 所在的目录中有 PIE.htc 文件,ie8 也无法识别它。我错过了什么?我只有 PIE.htc 文件包含在项目中,我还需要 pie 中的其他文件吗?