> Hello folks! Newbie list member here!
>
> I have some information that I want to present in a grid / table
> format (six columns by nine rows) but I'd like to use CSS to do it. Is
> this realistic? Or is it more practical to just use tables?

It is more logical to use tables. With tables you can connect data
cells and headers via scope or ID/headers for assistive technology,
with other markup you cannot make this connection transparent to - for
example - screen readers.

More: http://icant.co.uk/articles/tables/
Design inspiration: http://icant.co.uk/csstablegallery/

HTH
Chris
______________________________________________________________________
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