--- title: border-bottom-style slug: Web/CSS/border-bottom-style tags: - CSS - 'CSS:Dokumentacje' - Dokumentacje - Wszystkie_kategorie translation_of: Web/CSS/border-bottom-style ---
{{ CSSRef() }}
border-bottom-style ustawia styl linii dolnego obramowania bloku.
border-bottom-style: <border-style> | inherit
border-width.groove. Obramowanie wydaje się trójwymiarowe (zapowiadane).inset. Sprawia, że blok wydaje się trójwymiarowy (wysunięty).element {
border-bottom-size: 1px;
border-bottom-style: dotted;
border-bottom-color: #000;
}
Jeżeli wartość border-style nie jest ustawiona, wtedy twoje obramowanie nie pojawi się, ponieważ domyślna wartość jest ustawiona na none.
| Specification | Status | Comment |
|---|---|---|
| {{ SpecName('CSS3 Backgrounds', '#border-bottom-style', 'border-bottom-style') }} | {{ Spec2('CSS3 Backgrounds') }} | No significant change |
| {{ SpecName('CSS2.1', 'box.html#border-style-properties', 'border-bottom-style') }} | {{ Spec2('CSS2.1') }} | Initial definition |
{{ CompatibilityTable() }}
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | 1.0 | 1.0 | 5.5 | 9.2 | 1.0 |
| Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | {{ CompatVersionUnknown() }} | {{ CompatVersionUnknown() }} | 7.0 | {{ CompatVersionUnknown() }} | {{ CompatVersionUnknown() }} |