Creating rounded corners in IE7 / IE8

前端 未结 5 741
醉酒成梦
醉酒成梦 2020-12-20 14:45

I am creating a rounded corners tabs, that works fine in IE9, Mozilla and Chrome, but not in IE7/IE8.

Here is the code:



        
5条回答
  •  爱一瞬间的悲伤
    2020-12-20 15:19

    The Internet Explorer supports the CSS border-radius property natively not until version 9. For lower version of IE, check the jQuery plugin kvijayhari mentioned, jQuery Corner.

提交回复
热议问题