Style borderBottomRightRadius 屬性
實(shí)例
向 div 元素的右下角添加圓角邊框:
document.getElementById("myDIV").style.borderBottomRightRadius="25px";
嘗試一下 ?
定義和用法
borderBottomRightRadius 屬性設(shè)置或返回右下角邊框的形狀。
提示:該屬性允許您向元素添加圓角邊框!
瀏覽器支持
IE9+、Firefox、Chrome、Safari 和 Opera 支持 borderBottomRightRadius 屬性。
語法
返回 borderBottomRightRadius 屬性:
object.style.borderBottomRightRadius
設(shè)置 borderBottomRightRadius 屬性:
object.style.borderBottomRightRadius="length|% [length|%]|initial|inherit"
屬性值
值 | 描述 |
---|---|
length | 定義右下角的形狀。默認(rèn)值是 0。 |
% | 以 % 形式定義右下角的形狀。 |
initial | 設(shè)置該屬性為它的默認(rèn)值。請(qǐng)參閱 initial。 |
inherit | 從父元素繼承該屬性。請(qǐng)參閱 inherit。 |
技術(shù)細(xì)節(jié)
默認(rèn)值: | 0 |
---|---|
返回值: | 字符串,表示元素的 border-bottom-right-radius 屬性。 |
CSS 版本 | CSS3 |
相關(guān)文章
CSS 參考手冊(cè):border-bottom-right-radius 屬性
更多建議: