【发布时间】:2014-05-22 19:29:39
【问题描述】:
我有这个 CSS
.circleBase {
border-radius: 50%;
behavior: url(PIE.htc);
}
.type1 {
width: 100px;
height: 100px;
background: yellow;
border: 3px solid red;
}
这是我的html:
<td style="width:25%; height:15%;">
<span runat="server" id ="slSpan" class="circleBase type1">Sl = 320012522121</span>
</td>
css 在 firefox 20 上工作,给了我一个圆角跨度。但在 IE8 中它给了我一个矩形。
请帮忙
【问题讨论】:
标签: html css internet-explorer-8