Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0161:
-
‘border' The various border properties apply to columns only if 'border-collapse' is set to 'collapse' on the table element. In that case, borders set on columns and column groups are input to the conflict resolution algorithm that selects the border styles at every cell edge.
Quirks Mode and IE7 Mode (All Versions)
The border properties are not supported for columns and column groups; however, both collapsing and separated border modes are supported.
V0162:
-
'background' The background properties set the background for cells in the column, but only if both the cell and row have transparent backgrounds. See "Table layers and transparency."
Quirks Mode and IE7 Mode (All Versions)
The following variations apply:
The background properties of the display table types
table-column
andtable-column-group
are not supportedThe
table-column
andtable-column-group
values of the display property are not supported.
V0163:
-
'visibility' If the 'visibility' of a column is set to 'collapse', none of the cells in the column are rendered, and cells that span into other columns are clipped. In addition, the width of the table is diminished by the width the column would have taken up. See "Dynamic effects" below. Other values for 'visibility' have no effect.
Quirks Mode and IE7 Mode (All Versions)
The visibility property is not supported for columns and column groups.