本文介绍了哪个边框半径属性将在IE9工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在IE9中,哪个边框半径属性会起作用?
In IE9, which border radius property will work?
border-radius:20px
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius:20px
或<$ IE9将支持 ms-border-radius:20px
border-radius:20px
or ms-border-radius:20px
推荐答案
c> border-radius 请参阅:
IE9 will support border-radius
see: http://ie.microsoft.com/testdrive/HTML5/01BorderRadius/Default.html
这篇关于哪个边框半径属性将在IE9工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!