borderBottomStyle property

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

Sets or retrieves the style of the bottom border of the object.

CSS 2.1, Section 8.5.3

Syntax

Integer value = object.put_borderBottomStyle(BSTR v);Integer value = object.get_borderBottomStyle(BSTR* sStyle);

Property values

Type: BSTR

none (none)

Default. Border is not drawn, regardless of any border-width.

dotted (dotted)

Border is a dotted line.

This value is supported on the Macintosh platform, as of Internet Explorer 4.01, and on the Windows platform, as of Internet Explorer 5.5. It renders as a solid line on UNIX platforms, and on Windows systems running earlier versions of Internet Explorer.

dashed (dashed)

Border is a dashed line.

This value is supported on the Macintosh platform as of Internet Explorer 4.01 and on the Windows platform, as of Internet Explorer 5.5. It renders as a solid line on UNIX platforms, and on Windows systems running earlier versions of Internet Explorer.

solid (solid)

Border is a solid line.

double (double)

Border is a double line drawn on top of the background of the object. The sum of the two single lines and the space between equals the border-width value. The border width must be at least 3 pixels wide to draw a double border.

groove (groove)

3-D groove is drawn in colors based on the value.

ridge (ridge)

3-D ridge is drawn in colors based on the value.

inset (inset)

3-D inset is drawn in colors based on the value.

outset (outset)

3-D outset is drawn in colors based on the value.

window-inset (window-inset)

Internet Explorer 6 and later. Same as inset with a thin outside border.

hidden (hidden)

Internet Explorer 8. Same as none, except in terms of conflict resolution of collapsed borders. Any element with a hidden border suppresses all shared borders at that location. Borders with a style of none have the lowest priority.

String format

none | dotted | dashed | solid | double | groove | ridge | inset | outset | window-inset | hidden

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Standards information

Remarks

An border-width greater than zero must be set for the border-bottom-style property to render.

As of Internet Explorer 5.5, this property applies to inline elements. With earlier versions of 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

Community Additions

Show: