-1
<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.

Pavlo
  • 43,301
  • 14
  • 77
  • 113
Ankush Rasse
  • 11
  • 1
  • 6

2 Answers2

0

first : add a background or border-color, second: this should work without "x-ua-compatible", in IE press f12 and have a look at the documentmode and browsermode and have a look on the dozens of questions asking for the same

john Smith
  • 17,409
  • 11
  • 76
  • 117
0

Rounded corners on fieldsets will not work in IE v9 and lower versions. Try changing that to div and see what happens.