CSS property: border-right-width
Availability |
BlackBerry® Device Software version 3.8 or later |
Usage |
all elements |
Inherited |
no |
Default value |
medium |
The border-right-width property specifies a width for the right border.
Values
Value |
Description |
|---|---|
length |
This value specifies the width of the right border as an absolute value. The value can be an integer with the unit of measurement. For example, “10pt” or “6px”. Negative values are not permitted. Possible units include pt, px, in, cm, pc, em, or ex. |
medium |
This value specifies a right border of medium thickness. |
thick |
This value specifies a thick bottom border. |
thin |
This value specifies a thin bottom border. |
Parent topic: CSS Properties