<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 显示边框半径?它在 mozila 和其他浏览器上运行良好。我似乎无法让它自己工作。请在下面找到两个文件。这有什么不对吗。相同的代码在其他浏览器上使用弯曲边框,但不适用于 ie 9。