本文介绍了Internet Explorer 10和11中的边框半径显示问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个div与border-radius。它在IE10和IE11中显示与某种fragemnts。
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?
使用IE10或IE11访问此网站以查看效果:
Visit this site with either IE10 or IE11 to see the effect:http://css3pie.com/demos/border-radius
访问小提琴:
推荐答案
IE10和IE11都支持边界半径。虽然,有些人声称,您可以走这条路线。
另一个选择是蔑视它。
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;
这篇关于Internet Explorer 10和11中的边框半径显示问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!