This topic has not yet been rated - Rate this topic

borderLeft property

Specifies the properties of the left border of the object.

CSS Backgrounds and Borders Module Level 3, Section 4.4

Syntax

Integer value = object.put_borderLeft(BSTR v);Integer value = object.get_borderLeft(BSTR* sLeft);

Property values

Type: BSTR

one or more of the space-delimited values listed in Possible Values.

width (medium)

Any of the range of width values available to the IHTMLRuleStyle::borderLeftWidth property.

style (none)

Any of the range of style values available to the IHTMLRuleStyle::borderLeftStyle property.

color

Any of the range of color values available to the IHTMLRuleStyle::borderLeftColor property.

String format

border-left-width || border-left-style || <border-left-color>

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value(see individual properties)

Standards information

Remarks

The IHTMLRuleStyle::borderLeft property is a composite property that sets the width, style, and color values for the left border of an object.

All individual border properties not set by the composite IHTMLRuleStyle::borderLeft property are set to their default values. For example, the default value for width is "medium".

If the color value is not specified, the text color is used.

For more information about supported colors, see the Color Table.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference
IHTMLRuleStyle::border
Other Resources
CSS Enhancements in Internet Explorer 6

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.