IE9 fieldset rounded corners

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

    its only working in latest rc build , aint working in beta version of IE9 try

    
    .class {
     border-radius-right-bottom: 15px;
    }
    
    

提交回复
热议问题