开发者

Are there any way to use border-radius with IE6-9

开发者 https://www.devze.com 2023-02-21 20:29 出处:网络
Are there any way to use border-radius 开发者_如何学编程with IE6-9 ?CSS Pie does a good job at this (and other css3 features) in IE 6-8.

Are there any way to use border-radius 开发者_如何学编程with IE6-9 ?


CSS Pie does a good job at this (and other css3 features) in IE 6-8.

IE9 supports border-radius natively.


http://css3pie.com/

Is as of yet one of the only ways, also if you are using border radius make sure you declare all 4 sides of the border like so,

border-radius: 5px 5px 5px 5px;

As this is how IE9 reads them.

Good luck.


I suggest using IE-CSS3 its very effective in working with IE6, IE7 and IE8.

0

精彩评论

暂无评论...
验证码 换一张
取 消