将圆角边框添加到 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 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!