borderLeftWidth property

[This documentation is preliminary and is subject to change.]

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

CSS 2.1, Section 5.5.14

Syntax

Integer value = object.put_borderLeftWidth(Variant v);Integer value = object.get_borderLeftWidth(Variant* sWidth);

Property values

Type: VARIANT

medium (medium)

Default.  

thin (thin)

Less than the default width.

thick (thick)

Greater than the default width.

width (width)

Floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc) or a relative units designator (em, ex, or px). For more information about the supported length units, see CSS Values and Units Reference.

String format

thin | thick | medium | width

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Standards information

Remarks

As of Microsoft Internet Explorer 5.5, this property applies to inline elements. With earlier versions of Windows Internet Explorer, inline elements must have an absolute position or layout to use this property. Element layout is set by providing a value for the height property or the width property.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

DLL

Mshtml.dll

See also

Reference
border
border-width
Other Resources
CSS Enhancements in Internet Explorer 6

 

 

Build date: 1/23/2012

Community Additions

Show: