Everything You Know About CSS Is Wrong ?

Kommentieren Oct 22 2008 .txt, .json, .md

Nun ja sehr provozierende Überschrift oder ? Dachte ich auch als ich den Artikel gelesen habe.

Nun ja um Ende musste ich dann festellen, dass dieser Artikel gar nicht schlecht war und sehr schön beschreibt wie man eine Tabelle ohne Tabellen mit CSS erstellt.

CSS tables solve all the problems encountered when using absolute positioning or floats to create multi-column layouts in modern browsers. Specifying the value table for the display property of an element allows you to display the element and its descendants as though they’re table elements. The main benefit of CSS table-based layouts is the ability to easily define the boundaries of a cell so that we can add backgrounds and so on to it—without the semantic problems of marking up non-tabular content as a HTML table in the document.

Everything You Know About CSS Is Wrong

banana out