CSS BORDER-SPACING - CSS3 Examples

CSS BORDER-SPACING

Written by jon on 8:52 AM
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.
Example
table { border: medium double red; border-collapse: separate; border-spacing: 10pt 5pt }

<table style=”border: medium double red; border-collapse: separate; border-spacing: 10pt 5pt”>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
[length length] 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.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS BORDER-SPACING ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :