如果我使用 :after 元素,我的圆角似乎在 ie8 中不起作用,但在 ie7 中起作用:
.readmore:after {
width:17px;
height:17px;
margin-left:5px;
display:inline-block;
font-family: 'bridge';
color:#e21e36;
content:'E';
text-align:center;
line-height:19px;
font-size:15px;
border: 1px solid #fff;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
behavior: url('http://fileserver/bridge/PIE.htc');
}
如何在 ie8 中启用此功能?
任何帮助,将不胜感激。