CSS empty-cells 屬性
屬性定義及使用說明
empty-cells 屬性設置是否顯示表格中的空單元格(僅用于"分離邊框"模式)。
默認值: | show |
---|---|
繼承: | yes |
版本: | CSS2 |
JavaScript 語法: | object.style.emptyCells="hide" |
瀏覽器支持
所有主流瀏覽器都支持empty-cells屬性。
注意:只有指定!DOCTYPE,IE8才支持empty-cells屬性。
屬性值
值 | 描述 |
---|---|
hide | 不在空單元格周圍繪制邊框。 |
show | 在空單元格周圍繪制邊框。默認。 |
inherit | 規(guī)定應該從父元素繼承 empty-cells 屬性的值。 |
相關文章
CSS 教程: CSS Table
更多建議: