css.properties

border-spacing

The border-spacing property specifies the distance between table cell borders.

Formal Syntax

<length>{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.borderSpacing = '0px 0px';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-spacing11112

Related Properties