<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 に境界半径を表示させる特定の方法はありますか? mozilla やその他のブラウザでは正常に動作します。私はそれを自分で機能させることができないようです。以下の 2 つのファイルを見つけてください。そこに何か問題がありますか。同じコードは、他のブラウザーでは曲線の境界線で機能しますが、9 では機能しません。