<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;
}
Is there any specific way to get IE9 to show border-radius? Its working fine on mozila and on other browser. I cannot seem to get it to work myself. Please find below two files. Is there any wrong in that. Same Code is working with curved border on other browsers but not working on ie 9.