DotNetNuke, ASP.NET, Web Development Blog

CSS columns break down when things get complex

I'm so tired of people discounting HTML Tables. I'm a huge fan of CSS, I'm fully aware that it is possible to do columns using CSS, but in order to do so, you have to use a variety of hacks, and those hacks change based on a variety of circumstances.

With DNN, because we have skinning, we already have the needed separation between content and presentation. Tables are the best way to handle columns. They are rendered consistently across browsers, are clean, and easy to read and use, and provide capabilities that are very hard to get without Javascript hacks in CSS.

I've spent countless hours trying to work around problems with my CSS based columns due to one need or another. I've researched many approaches to the best way of handling them. None of the solutions I've seen have proven to be nearly as clean and easy as just using tables.

If you continue to feel compelled to build tableless designs, go for it, perhaps you'll have better luck than I, but when you have a complex need and you can't find a solution that works consistently in all browsers, I give you permission to just go ahead and use a Table.

Comments

Gravatar
Asif Qayyum Says:
2/1/2009 10:11:19 PM
hi,

How about SEO for both types. I myself always been using tables. No doubt, a great way to design.

But i need some suggestions, if nested table structure is better approach than CSS in terms of SEO ??

Regards,

Asif Qayyum
(Web Admin)

Wisdom IT Solutions LLC
www.wistech.biz
Gravatar
David O'Leary Says:
9/9/2009 12:52:11 PM
In terms of SEO, there can be advantages to using absolute positioning to have your key content at the top of the rendered HTML. You can do this to an extent with tables but your column order wouldn't be variable as it is when using CSS.
Leave a Comment
Gravatar
Name:
Email: (not displayed)
Comments:

CAPTCHA image
Enter the code shown above:
Website

Return to previous page
  Search Articles...