私の丸い角はie8では機能しないようですが、:after要素を使用すると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でこれを有効にするにはどうすればよいですか?
どんな助けでもいただければ幸いです。