Back when Internet Explorer 8 was released, it was the last major browser to include support for displaying any element as a table. This marks the end of complex CSS layouts and is the last nail in the coffin for HTML tables layouts. Finally, producing grid-like layouts is quick and easy.
Applying display: table to an element causes it to behave just like a HTML table would, and in this article, I will tell you why this is very useful!
(more…)
