> I am working on some pages on a site in which I am trying to recreate tables
> using CSS with DIV's. I am having a hard time with this.
> 
> Does anyone have any opinions about which is the best route to go?

Yes, if it is tabular data, use a table. The main reason is that you
do use the proper markup  for the  job and you can make your data
accessible (you can connect the headers to each cell , something you
cannot do with CSS).

We all seem to agree that.

<h1>Header</h1>

is  good and 

<div class="header">Header</div> 

is bad, why is it so hard to do the same with tabular data? After all,
you can style it:

http://www.devarticles.com/c/a/HTML/HTML-CSS-and-tables-the-beauty-of-data/

my $.02, HTH

Chris

off to sleep to be fresh for @media.


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