border-bottom-width プロパティ
border-bottom-width プロパティは、エレメントの下線の太さを指定できる CSS プロパティです。
border: green dotted;
border-bottom-width: 18px;
ページ内 Index
構文(Syntax)
CSS
border-bottom-width: medium | thin | thick | length | initial | inherit ;
DOM ( JavaScript )
object.style.borderBottomWidth
object.style.borderBottomWidth=" medium | thin | thick | length | initial | inherit ";
値(Values)
Value | 摘要 |
---|---|
medium | 初期値(default値)で、中ぐらい |
thin | 細い |
thick | 太い |
length | CSS 長さの単位を参照のこと |
initial | 初期値に戻す |
inherit | 親エレメントのプロパティを継承 |
備考(Remarks)
初期値(Default value) | medium |
継承(Inherited) | no |
変化(Animatable) | yes |