Border-radius displaying issue in Internet Explore

2019-06-22 04:02发布

I have a div with border-radius. It is displayed with some kind of fragemnts in IE10 and IE11.

What is the cause? How do we fix this?

enter image description here

Visit this site with either IE10 or IE11 to see the effect: http://css3pie.com/demos/border-radius

Visit to fiddle: http://goo.gl/pKLe89

1条回答
我只想做你的唯一
2楼-- · 2019-06-22 04:22

IE10 and IE11 both support border radius. Although, some claim that the 4 missing pixels do exist, you may be able to go that route.

Another option is to atempt to hack it.

-ms-border-radius: 10px; 
查看更多
登录 后发表回答