CSS property: border-spacing
Availability |
BlackBerry® Device Software version 4.6 or later |
Usage |
table and inline-table elements |
Inherited |
yes |
Default value |
0 |
The border-spacing property specifies the spacing between the borders if they are not collapsed into a single border.
Values
Value |
Description |
|---|---|
length [length] |
These values specify the width of the spacing. If you specify two values, the first specifies the horizontal spacing and the second the vertical spacing. If you specify a single value, it defines both the horizontal and vertical spacing. 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. |