|
Faster Page Load
I use CSS for design for the simple reason that browsers wait to return all data from a table before they display it. If you have dynamic content, visitors to your site might be stuck looking at a white page before anything renders on screen. Of course, you could always through more hardware (i.e. memory and CPU) to improve your performance, but using CSS really speeds up my sites.
This topic comes up a lot. I am trying to think of a benchmarking test that could be run. You proably couldn't do it online because of network latencey issues, but on a local machine you could probably see some difference in the two approcahes.
|