cell-spacing | NN n/a IE n/a CSS 2 |
  | Inherited: Yes |
Determines the size of the space (if any) between cell borders in a
table. This attribute requires that the display attribute be set to
table. If you include only one length value, it
applies to both the horizontal and vertical cell spacing; for two
values, the first applies to the horizontal and the second to the
vertical. See | |
CSS Syntax cell-spacing: length[length] | none | |
Value See the discussion of length values at the beginning of this chapter. The none value applies to both vertical and horizontal cell spacing. If you want no spacing along one axis, set its value to zero. | |
Initial Value None. | |
Applies To All elements. |