> > Here's a case for a definition list. Following code is very basic, but you > > can build on it however you like. > > A definition list is certainly better semantic markup than the span > solution.
Ok, this might be getting very hypothetic, but I disagree. The definition description describes the title, not the other way around. <dt>Marge</dt> <dd>Homer's wife</dd> Your example would define the other way around, wouldn't it? That's why a table would still be a valid solution. The idea is not to avoid tables at all cost - if something is tabular data, use a table. The idea is to avoid abusing tables for layout purposes where a CSS construct is easier to maintain. http://icant.co.uk/articles/tables/ http://icant.co.uk/csstablegallery/ HTH Chris -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
