--- title: border-left slug: Web/CSS/border-left translation_of: Web/CSS/border-left ---
{{CSSRef}}
El borde_izquierdo
es una propiedad rápida para poner el ancho, estilo y color del borde izquierdo de un elemento. Esta propiedad puede ser usada para poner los valores de uno o mas de : {{ Cssxref("border-left-width") }}, {{ Cssxref("border-left-style") }}, {{ Cssxref("border-left-color") }}. Valores omitidos son puestos a su valor inicial.
{{cssinfo}}
border-left: [border-width || border-style || border-color | inherit] ;
element {
border-left: 1px solid #000;
}
Si las reglas no especifican un color de borde, el borde tendrá la propiedad {{ Cssxref("color") }}
Specification | Status | Comment |
---|---|---|
{{ SpecName('CSS3 Backgrounds', '#border-left', 'border-left') }} | {{ Spec2('CSS3 Backgrounds') }} | No direct changes, though the modification of values for the {{ cssxref("border-left-color") }} do apply to it. |
{{ SpecName('CSS2.1', 'box.html#propdef-border-left', 'border-left') }} | {{ Spec2('CSS2.1') }} | No significant changes |
{{ SpecName('CSS1', '#border-left', 'border-left') }} | {{ Spec2('CSS1') }} | Initial definition |
{{ CompatibilityTable() }}
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 1.0 | {{ CompatGeckoDesktop("1.0") }} | 4 | 3.5 | 1.0 (85) |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 1.0 | {{ CompatGeckoMobile("1.0") }} | {{ CompatVersionUnknown() }} | {{ CompatVersionUnknown() }} | {{ CompatVersionUnknown() }} |