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