borderLeftColor property

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

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

CSS 2.1, Section 8.5.2

Syntax

Integer value = object.put_borderLeftColor(Variant v);Integer value = object.get_borderLeftColor(Variant* sColor);

Property values

Type: VARIANT

One of the color names or RGB values in the BUGBUG! missing link text: ie.Color_Table.

String format

<color>

CSS information

Applies To All elements
Media visual
Inherited no
Initial Value

Standards information

Remarks

Some client applications do not recognize color names, but all client applications should recognize RGB color values and display them correctly.

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

border

 

 

Build date: 1/23/2012