> I have been looking at developing a set of 'tags' that could be used
> generically so that changing the layout/format of the table can be properly
> driven by CSS, so for example I would have a tag for column header, column,
> row, cell, table etc that I could generate via my script for any database
> table and control all the formatting in the CSS definitions.

What's wrong with the tags HTML comes with and descendant selectors?

thead td
thead th
tbody td
tbody th...

Works for a lot of designs: http://icant.co.uk/csstablegallery/

--
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/

Reply via email to