Tag-archive for "html tables" - Studio51

Studio51 Want some coffee with that code?

Inlägg som är taggade med ‘html tables’

CSS tables

http://www.flickr.com/photos/cav666/3562455727/

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…)