“Table Based” Layouts mit CSS 2

Im FreelancerMagazine gibt es einen kurzen Ausblick was mit display:table und den anderen Attributen möglich wird.

  • table makes the element behave like a table element
  • table-row makes the element behave like a table row (tr) element
  • table-cell makes the element behave like a table cell (td) element
  • table-row-group makes the element behave like a table body row group (tbody) element
  • table-header-group makes the element behave like a table header row group (thead) element
  • table-footer-group makes the element behave like a table footer row group (tfoot) element
  • table-caption makes the element behave like a table caption element
  • table-column makes the element behave like a table column (col) element
  • table-column-group makes the element behave like a table column group (colgroup) element

Die Zukunft kann so schön sein ;-) Leider wird es wohl noch eine Weile dauern bevor man damit tatsächlich arbeiten kann.

Possibly related posts (automatically generated)