边界半径在android 2.3.4中不起作用
示例:
.radius5 {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
}
答案 0 :(得分:1)
here所述的问题(以下称为Armarnath Balasubramani)是有效的。
但是你可以做些什么来快速修复! :)
#circle {
border-radius: 9999px; /* the css3 circle */
}
答案 1 :(得分:0)
1 - 使用Opera Mini
2 - 尝试使用像素(1px)或ems(1em)
答案 2 :(得分:0)
是的,这有一个问题:check here, and click on known issues.
以下是它的说法:
1. Android Browser 2.3 does not support % value for border-radius.
2. Border-radius does not work on fieldset elements in IE9.
3. The stock browser on the Samsung Galaxy S4 with Android 4.2 does not support the "border-radius" shorthand property but does support the long-hand properties for each corner like "border-top-left-radius".