table-header-group makes the element behave like a
table header row group.
table-row makes the element behave like a table row.
table-row-group makes the element behave like a table
body row group.
Layout Properties
The Ultimate CSS Reference 266
none A value of none makes the element generate no box at all.
Descendant boxes cannot generate boxes either, even if
their display property is set to something other than none.
Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full Full Full Full Partial Partial Partial Partial Partial Partial
Internet Explorer versions up to and including 7:
?– don??™t support the values inline-table, run-in, table, table-caption,
table-cell, table-column, table-column-group, table-row, and
table-row-group
?– only support the values table-footer-group and table-header-group for thead
and tfoot elements in HTML
?– only support the value inline-block for elements that are naturally inline or
have been set to inline outside the declaration block
?– treat block as list-item on li elements in HTML
?– will apply a layout (p.
Pages:
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406