Táblázat jellemzői: border-spacing CSS jellemző tulajdonságai

Border-spacing

keret szeparálása, ha a 'border-collapse' értéke 'separate'

Declares the distance separating borders
Lehetséges értékek:
Lengths for the horizontal and vertical spacing, separated by a space.

If one length is value is declared, that length is used for both the horizontal and vertical spacing. If two lengths are declared, the first one is used for horizontal spacing and the second one is used for vertical spacing.

<length> <length>? | inherit

Border-spacing minták, példák:

table { border-spacing:5px; }

table { border-spacing:5px 10px; }


Alapértelmezett érték: nincs
Öröklődő tulajdonság: igen
Media besorolás: visual
Csoport besorolás: táblázat jellemzői

Kompatibilitás: CSS 2, CSS 2.1,

További táblázat jellemzői:

border-collapse caption-side empty-cells table-layout

Border-spacing CSS tulajdonságok, referencia

Webdesign