Rounded corners not working in IE9

后端 未结 5 668
野趣味
野趣味 2021-01-13 19:07

As far as I am aware, IE9 should have CSS support for rounded corners. I have apparently coded my page in such a way as this does not occur in IE9 though - although it displ

5条回答
  •  隐瞒了意图╮
    2021-01-13 19:39

    For IE9, you are correct it doesn't like the border radius and the filter combined. Here is what I followed and it worked perfectly in IE9, as well as all the other browsers.

    https://github.com/bfintal/jQuery.IE9Gradius.js

    Hope that helps!

提交回复
热议问题