View Single Post
Old 01-01-2007, 21:41   #89 (permalink)
ashgilpincom
AshGilpin.com
 
ashgilpincom's Avatar
 
Join Date: Dec 2006
Location: Virginia Beach, VA
Posts: 22
CSS Only - Overrated

CSS-only sites are quite overrated. What's the point, really? Maybe when CSS3 is widely available then you can do CSS-only sites because CSS3 is supposed to support div columns (something not currently available in CSS2).

For the time being, you want to stick to hybrid sites. Use as much CSS for site layout as possible but use tables for tabular data and the such. Plus, doing all of those hacks to get things working on all web browsers - that's just for the birds.

You can check out my site, eyepinch.com. View the source. You can see that most all of my site is in DIV/CSS. Only certain pages use tables - hence, only use it when it's needed.
  Reply With Quote