在 CSS 中, border-top-left-radius 属性用于指定元素左上角的半径。
注意:根据属性的值,边框可以是圆形或椭圆形。如果值为 0,则边框没有变化,它仍然是方形边框。
句法:
border-top-left-radius: value;
属性值:
Value | Functionality | ||||
---|---|---|---|---|---|
length | Used to specify the radius in terms of numerical value. | ||||
percentage | Used to specify the radius in terms of percentage. | initial | Used to initialize the property to it’s initial value. | inherit | Used to inherit the value from it’s parent element. |
示例 1:使用“长度” 。
CSS | border-top-left-radius Property
输出:
示例 2:使用“百分比” 。
CSS | border-top-left-radius Property
输出:
浏览器支持: CSS支持的浏览器 |下面列出了border-top-left-radius 属性:
- 铬:5.0, 4.0 -webkit-
- 边缘:9.0
- 火狐:4.0, 3.0 -moz-
- 歌剧:10.5
- Safari: 5.0, 3.1 -webkit-