CSS property: border-width
Availability |
BlackBerry® Device Software version 3.8 or later |
Usage |
All elements |
Inherited |
No |
Default value |
medium |
The border-width property specifies a width for all four sides of the border.
Property values
Value |
Description |
|---|---|
length |
This value specifies the width of the 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 border of medium thickness. |
thick |
This value specifies a thick bottom border. |
thin |
This value specifies a thin bottom border. |
inherit |
This value specifies that the element inherits the border-width property of the containing element. |