目录

style borderBottomRightRadius 属性

示例

将圆角边框添加到 div 元素的右下角:

document.getElementById("myDIV").style.borderBottomRightRadius = "25px";
亲自试一试 »

描述

borderBottomRightRadius 属性设置或返回右下角边框的形状。

提示:此属性允许您为元素添加圆角边框!


浏览器支持

表中的数字指定完全支持该属性的第一个浏览器版本。

Property
borderBottomRightRadius 5.0 9.0 4.0 5.0 10.5

语法

返回 borderBottomRightRadius 属性:

object.style.borderBottomRightRadius

设置 borderBottomRightRadius 属性:

object.style.borderBottomRightRadius = "length| % [ length| %]|initial|inherit"

属性值

Value Description
length Defines the shape of the bottom-right corner. Default value is 0
% Defines the shape of the bottom-right corner in %
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

默认值: 0
返回值: 一个字符串,表示元素的 border-bottom-right-radius 属性
CSS版本 CSS3

相关页面

CSS 参考:border-bottom-right-radius 属性