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.
精彩评论