Posted by VK on 11/03/84 11:48
Frank Olieu wrote:
> Why use <h> and <p> when you can use <div class="heading"> and <div
> class="paragraph"> ;-)
And overall tables are completely dead because:
....
div.grid {display: table; width: 100%; border-spacing: 1em;}
div.grid ul {display: table-row;}
div.grid li {display: table-cell;
....
(a recent real life sample taken from one of newsgroups)
Navigation:
[Reply to this message]
|