Border-radius displaying issue in Internet Explore

2019-06-22 04:04发布

问题:

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?

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:

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;