Podsumowa2nie
border-bottom-width
ustawia szerokość dolnego obramowania bloku.
- Wartość początkowa:
medium
- Stosowana do: wszystkich elementów
- Dziedziczona: nie
- Procenty: niedostępne
- Media:
visual
- Wartość wyliczona: długość całkowita; '0' jeśli stylem obramowania jest
none
lubhidden
Składnia
border-bottom-width: <border-width> | inherit
Wartości <border-width>
- thin
- Cienkie obramowanie.
- medium
- Średnie obramowanie.
- thick
- Grube obramowanie.
- <length>
- Grubość obramowania ma sprecyzowaną wartość. Sprecyzowana szerokość obramowania nie może być ujemna.
Powiązane własności
Przykłady
element { border-bottom-width: thin; border-bottom-style: solid; border-bottom-color: #000; }
Specifications
Specification | Status | Comment |
---|---|---|
CSS Backgrounds and Borders Module Level 3 The definition of 'border-bottom-width' in that specification. |
Candidate Recommendation | No significant change |
CSS Level 2 (Revision 1) The definition of 'border-bottom-width' in that specification. |
Recommendation | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 1.0 | 1.0 (1.0) | 4.0 | 3.5 | 1.0 (85) |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
See also
- The other border-width-related CSS properties:
border-left-width
,border-right-width
,border-top-width
, andborder-width
- The other border-bottom-related CSS properties:
border
,border-bottom
,border-bottom-style
, andborder-bottom-color
.