--- title: border-bottom-width slug: Web/CSS/border-bottom-width tags: - CSS - 'CSS:Dokumentacje' - Dokumentacje - Wszystkie_kategorie translation_of: Web/CSS/border-bottom-width --- <p>{{ CSSRef() }}</p> <h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2> <p><code>border-bottom-width</code> ustawia szerokość dolnego obramowania bloku.</p> <ul> <li>{{ Xref_cssinitial() }}: {{ Cssxref("medium") }}</li> <li>Stosowana do: wszystkich elementów</li> <li>{{ Xref_cssinherited() }}: nie</li> <li>Procenty: niedostępne</li> <li>Media: {{ Xref_cssvisual() }}</li> <li>{{ Xref_csscomputed() }}: długość całkowita; '0' jeśli stylem obramowania jest <code>none</code> lub <code>hidden</code></li> </ul> <h2 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h2> <pre class="eval">border-bottom-width: <border-width> | inherit </pre> <h2 id="Warto.C5.9Bci_.3Cborder-width.3E" name="Warto.C5.9Bci_.3Cborder-width.3E">Wartości <border-width></h2> <dl> <dt>thin</dt> <dd>Cienkie obramowanie.</dd> <dt>medium</dt> <dd>Średnie obramowanie.</dd> <dt>thick</dt> <dd>Grube obramowanie.</dd> <dt><length></dt> <dd>Grubość obramowania ma sprecyzowaną wartość. Sprecyzowana szerokość obramowania nie może być ujemna.</dd> </dl> <h2 id="Powi.C4.85zane_w.C5.82asno.C5.9Bci" name="Powi.C4.85zane_w.C5.82asno.C5.9Bci">Powiązane własności</h2> <ul> <li>{{ Cssxref("border-left-width") }}</li> <li>{{ Cssxref("border-right-width") }}</li> <li>{{ Cssxref("border-top-width") }}</li> <li>{{ Cssxref("border-width") }}</li> </ul> <h2 id="Przyk.C5.82ady" name="Przyk.C5.82ady">Przykłady</h2> <p><a href="/samples/cssref/border.html">Zobacz przykład</a></p> <pre>element { border-bottom-width: thin; border-bottom-style: solid; border-bottom-color: #000; } </pre> <h2 id="Specifications" name="Specifications">Specifications</h2> <table class="standard-table"> <thead> <tr> <th scope="col">Specification</th> <th scope="col">Status</th> <th scope="col">Comment</th> </tr> </thead> <tbody> <tr> <td>{{ SpecName('CSS3 Backgrounds', '#the-border-width', 'border-bottom-width') }}</td> <td>{{ Spec2('CSS3 Backgrounds') }}</td> <td>No significant change</td> </tr> <tr> <td>{{ SpecName('CSS2.1', 'box.html#border-width-properties', 'border-bottom-width') }}</td> <td>{{ Spec2('CSS2.1') }}</td> <td>Initial definition</td> </tr> </tbody> </table> <h2 id="Browser_Compatibility" name="Browser_Compatibility">Browser compatibility</h2> <p>{{ CompatibilityTable() }}</p> <div id="compat-desktop"> <table class="compat-table"> <tbody> <tr> <th>Feature</th> <th>Chrome</th> <th>Firefox (Gecko)</th> <th>Internet Explorer</th> <th>Opera</th> <th>Safari (WebKit)</th> </tr> <tr> <td>Basic support</td> <td>1.0</td> <td>1.0 (1.0)</td> <td>4.0</td> <td>3.5</td> <td>1.0 (85)</td> </tr> </tbody> </table> </div> <div id="compat-mobile"> <table class="compat-table"> <tbody> <tr> <th>Feature</th> <th>Android</th> <th>Firefox Mobile (Gecko)</th> <th>IE Phone</th> <th>Opera Mobile</th> <th>Safari Mobile</th> </tr> <tr> <td>Basic support</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> <td>{{ CompatUnknown() }}</td> </tr> </tbody> </table> </div> <h2 id="See_Also" name="See_Also">See also</h2> <ul> <li>The other border-width-related CSS properties: {{ Cssxref("border-left-width") }}, {{ Cssxref("border-right-width") }}, {{ Cssxref("border-top-width") }}, and {{ Cssxref("border-width") }}</li> <li>The other border-bottom-related CSS properties: {{ Cssxref("border") }}, {{ Cssxref("border-bottom") }}, {{ Cssxref("border-bottom-style") }}, and {{ Cssxref("border-bottom-color") }}.</li> </ul>