Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

border-left

Podsumowanie

Własność border-left jest skróconą własnością dla ustawienia szerokości stylu i koloru lewej krawędzi elementu. Ta własność może być używana do ustawienia jednej lub kilku wartości: border-left-width, border-left-style, border-left-color. Pominięte wartości są ustawiane do ich wartości początkowych.

Wartość początkowaas each of the properties of the shorthand:
Stosowana dowszystkich elementów. It also applies to ::first-letter.
Dziedziczonano
Mediavisual
Wartość wyliczonaas each of the properties of the shorthand:
Animatableas each of the properties of the shorthand:
Canonical orderorder of appearance in the formal grammar of the values

Składnia

border-left: [border-width || border-style || border-color | inherit] ;

Wartości

border-width
Zobacz border-width.
border-style 
Zobacz border-style.
border-color 
Zobacz border-color.

Przykłady

element { 
    border-left: 1px solid #000;
}

Notatki

Jeśli reguła nie określi koloru krawędzi, krawędź będzie miała kolor zdefiniowany przez własność color.

Specifications

Specification Status Comment
CSS Backgrounds and Borders Module Level 3
The definition of 'border-left' in that specification.
Candidate Recommendation No direct changes, though the modification of values for the border-left-color do apply to it.
CSS Level 2 (Revision 1)
The definition of 'border-left' in that specification.
Recommendation No significant changes
CSS Level 1
The definition of 'border-left' in that specification.
Recommendation Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 1.0 1.0 (1.7 or earlier) 4 3.5 1.0 (85)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support 1.0 1.0 (1.0) (Yes) (Yes) (Yes)

Autorzy i etykiety dokumentu

 Autorzy tej strony: fscholz, teoli, Yuichiro, Ptak82, Mgjbot, Witia
 Ostatnia aktualizacja: fscholz,