Brian Sexton wrote: >> Make (1) display: table-row, and (2) and (3) display: table-cell, with >> the >> element containing all three (possibly the <body>) display: table with >> width: 100%. > > So using tables for layout of non-tabular content via HTML is a no-no, > but using "display: table", "display: table-row", and "display: > table-cell" for such content is okay? Yes. There's a big difference between HTML semantic markup saying "this is a table" and CSS styling saying "I want this to render like a table". No one said you had to stop positioning things in flexible ways :) -- Robin BerjonReceived on Friday, 1 October 2004 15:50:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:34 GMT