border-spacing

Support Key: [CSS2] [N6|O4]
Other Table Properties
border-collapse
caption-side
empty-cells
speak-header
table-layout
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
0
Applicable Elements:
<table> or elements with an assigned 'display' value of "table" or "inline-table"
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
This property specifies the distance between the borders of adjacent table cells in the "separated borders" model. The space between table cells uses the background color/image specified for the explicit or assigned TABLE element.

Allowed Values
inherit
[CSS2] [N6]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[length length]
[CSS2] [N6|O4]
Type: Explicit
Syntax: [length] ([length])?
Description:
Specifies an explicit border spacing. Listing one length value should assign the value to both horizontal and vertical spacing, while specifying two values should assign the first value to the horizontal spacing and the second value to the vertical spacing.
Example
Ext/Doc: table { border: medium double red;
border-collapse: separate; border-spacing: 10pt 5pt }
In-Line:  <table STYLE="border: medium double red;
border-collapse: separate; border-spacing: 10pt 5pt">
Browser Peculiarities

Boring Copyright Stuff....