borderRightWidth property
Specifies the thickness of the right border of the object.
![]() |
Syntax
Integer value = object.put_borderRightWidth(Variant v);Integer value = object.get_borderRightWidth(Variant* sWidth);
Property values
Type: VARIANT
-
Initial value. The default thickness.
-
Less than the default thickness.
-
Greater than the default thickness.
-
Thickness specified by a floating-point number, followed by a supported length unit.
String format
thin | thick | medium |
<width>
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | medium |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 4.3
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Reference
- IHTMLCSSStyleDeclaration::border
- IHTMLCSSStyleDeclaration::borderWidth
- Other Resources
- CSS Enhancements in Internet Explorer 6
Show:
