IE9 border-radius and background gradient bleeding

前端 未结 17 767
野的像风
野的像风 2020-11-27 10:11

IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius.

What about support for border radius and

17条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 10:35

    You can also use CSS3 PIE to resolve this issue:

    http://css3pie.com/

    Of course, that might be overkill if you're just depending on a single element with rounded corners and a background gradient, but it is an option to consider if you're incorporating a number of common CSS3 features on your pages and want easy support for IE6+

提交回复
热议问题