IE9 fieldset rounded corners

前端 未结 9 1048
盖世英雄少女心
盖世英雄少女心 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:04

    I too used to use fieldset and for more than just forms, but the constant hit and miss on compatibility has caused me to dump them. Better to write your own CSS DIV Classes that emulate fieldset. Using CSS you can get an exact replica of what fieldset looks like and you have a lot more flexibility and compatibility

提交回复
热议问题