borderBottom property
Specifies the properties of the bottom border of the object.
![]() |
Syntax
Integer value = object.put_borderBottom(BSTR v);Integer value = object.get_borderBottom(BSTR* sBottom);
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 IHTMLStyle::borderBottomWidth property.
style (none)
-
Any of the range of style values available to the IHTMLStyle::borderBottomStyle property.
color
-
Any of the range of color values available to the IHTMLStyle::borderBottomColor property.
String format
border-bottom-width || border-bottom-style ||
<border-bottom-color>
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | (see individual properties) |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 4.4
Remarks
The IHTMLStyle::borderBottom property is a composite property that sets the width, style, and color values for the bottom border of an object.
All individual border properties not set by the composite IHTMLStyle::borderBottom property are set to their default values. For example, the default value for width is "medium".
If a color 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 |
|
|
IDL |
|
|
DLL |
|
See also
- Reference
- IHTMLStyle::border
- Other Resources
- CSS Enhancements in Internet Explorer 6
Build date: 11/12/2012
