Definition The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML. ...
Definition
The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.Inherited: Yes
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.borderCollapse="collapse"
Example
table { border-collapse: separate } |
Possible Values
Value | Description |
---|---|
separate | Borders are detached |
collapse | Default. Borders are collapsed into a single border when possible |
Goto CSS3 and CSS2 complete reference