<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<fieldset class="fieldset_New_border">
<legend> Specimen Actions</legend>
My Table Goes Here ..............
</fieldset>
.fieldset_New_border{
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius:25px;
}
是否有任何特定的方法让IE9显示border-radius? 它在mozila和其他浏览器上运行良好。 我似乎无法让自己工作。 请在下面找到两个文件。那有什么不对吗? 相同的代码在其他浏览器上使用弯曲边框,但不工作,即9。
答案 0 :(得分:0)
首先:添加背景或边框颜色, 第二:这应该没有“x-ua-compatible”,在IE浏览器中按f12并看一下documentmode和browsermode并查看几十个问题同样的问题
答案 1 :(得分:0)
fieldset
上的圆角将无法在IE v9及更低版本中使用。尝试将其更改为div
,看看会发生什么。