IE9 border-radius and background gradient bleeding

前端 未结 17 812
野的像风
野的像风 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:38

    I also got stuck in the same problem n found that IE can't render the border radius and gradient both at a time, it both conflicts, the only way to solve this headache is to remove the filter and use the gradient via svg code, just for IE ..

    you can get the svg code by using their gradient color code, from Microsoft this site (specially made for gradient to svg):

    http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html

    enjoy :)

提交回复
热议问题