本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

border-left-width

Specifies the width of the left border.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+5.0+1.0+

Usage

[width-value | length] Example values: 2px, 0.25in, thin, etc.

Values

*Specify a border width value not on this list.
inheritInherit the value from the parent element.
thinThin border.
mediumMedium border.
thickThick border.

Remarks

You can also specify a fixed pixel value for border-left-width.

Availability

W3C CSS2

Related