CSSborder-bottom-width屬性

實例

設(shè)置底部邊框?qū)挾龋?/p>

p
{
border-style:solid;
border-bottom-width:15px;
}


屬性定義及使用說明

border-bottom-width屬性設(shè)置元素的底部邊框?qū)挾取?/p>

注意務(wù)必先聲明border-style屬性才可以設(shè)置border-bottom-width屬性。元素必須有邊框,你才可以改變寬度。

默認(rèn)值:medium
繼承:no
版本:CSS1
JavaScript 語法:objectobject.style.borderBottomWidth="thick"


瀏覽器支持

表格中的數(shù)字表示支持該屬性的第一個瀏覽器版本號。

屬性     
border-bottom-width1.04.01.01.03.5

Property Values

說明
thin定義細(xì)的下邊框
medium默認(rèn)值。定義中等的下邊框
thick定義粗的下邊框
length允許您自定義下邊框的寬度
inherit規(guī)定應(yīng)該從父元素繼承邊框?qū)挾?/td>


相關(guān)文章

CSS 教程: CSS Border

CSS 參考手冊: border-bottom property