CSS property: border-style
Availability |
BlackBerry® Device Software version 3.8 or later |
Usage |
all elements |
Inherited |
no |
Default value |
none |
The border-style property specifies a style for all sides of the border.
Values
Value |
Description |
|---|---|
dashed |
This value specifies that the border is rendered with a series of short line segments. |
dotted |
This value specifies that the border is rendered with a series of dots. |
double |
This value specifies that the 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 top border is rendered as though bevelled. |
hidden |
This value specifies that no border is displayed. Hidden borders have no width. |
none |
This value specifies that no border is displayed. |
ridge outset |
These values specify that the border is rendered as though embossed. |
solid |
This value specifies that the border is a single solid line. |