IE9 fieldset rounded corners

前端 未结 9 1047
盖世英雄少女心
盖世英雄少女心 2020-12-20 11:24

I cannot seem to make IE9 render a fieldset with rounded corners whereas other browsers do. Has anyone encountered this too ?

9条回答
  •  时光取名叫无心
    2020-12-20 12:20

    To get IE9 to use rounded corners(CSS 3) you have to add this to the HTML header:

    Then use CSS as normal: border-radius-right-bottom:15px;

    I had the same issue & this fixed it.

提交回复
热议问题