asp.net.ph

Skip Navigation Links

border-left-width Attribute | borderLeftWidth Property

CSS Attributes Index   Box Attributes


Sets or retrieves the width of the object’s left border.

Syntax


CSS { border-left-width: 'medium' | 'thin' | 'thick' | length }
Script object.style.borderLeftWidth = sWidth ]

Possible Values


medium Default width.
thin Width less than the default.
thick Width greater than the default.
length Floating-point number and a valid CSS length unit: either an absolute units designator ( cm, mm, in, pt, pc, or px ) or a relative units designator ( em or ex ).

The property is read/write with a default value of medium; the CSS attribute is not inherited.

Remarks

The SPAN and DIV objects must have either the position or the width attribute set in order to apply a border.

The property is supported on block and replaced objects only.

See Also

border-left, border-left-color, border-left-style



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note