设置表格的边框间距:
#table1 {
border-collapse: separate;
border-spacing: 15px;
}
#table2 {
border-collapse: separate;
border-spacing: 15px 50px;
}
亲自试一试 »
这个border-spacing
属性设置相邻单元格边框之间的距离。
笔记:该属性仅在以下情况下有效边界折叠是分开的。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
border-spacing | 1.0 | 8.0 | 1.0 | 1.0 | 4.0 |
border-spacing:
length|initial|inherit;
Value | Description | Demo |
---|---|---|
length length | Specifies the distance between the borders of adjacent cells in px, cm, etc. Negative values are not allowed.
|
Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS表
HTML DOM 参考:borderSpacing 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!