CSS Border-spacing Property

Posted The: 08/08/2008 At: 9:10

Last Edited: 15/08/2008 At: 18:49

The border-spacing property of css is used when styling tables.

Possible Values

  • length Both the Horizontal and vertical space between table cells.
  • length length First the Horizontal and then the vertical space between table cells.

Example:

table, td {
  border:1px solid blue;
  border-collapse: separate;
  border-spacing: 0;
}

Inherited? YES!

Comments: [0]

© Brugbart Webdesign