CSS property: border-bottom-style
Availability |
BlackBerry® Device Software version 3.8 or later |
Usage |
all elements |
Inherited |
no |
Default value |
none |
The border-bottom-style property specifies a style for the bottom border.
Values
Value |
Description |
|---|---|
dashed |
This value specifies that the bottom border is rendered with a series of short line segments. |
dotted |
This value specifies that the bottom border is rendered with a series of dots. |
double |
This value specifies that the bottom border is rendered as two solid lines. The sum of the lines plus the space between them equals the border width. |
groove | inset |
These values specify that the bottom border is rendered as though beveled. |
hidden |
This value specifies that no bottom border is displayed. Hidden borders have no width. |
none |
This value specifies that no bottom border is displayed. |
ridge | outset |
These values specify that the bottom border is rendered as though embossed. |
solid |
This value specifies that the bottom border is a single solid line. |