Tables vs. CSS Layout
Tables vs. CSS Layout
Out of context: Reply #39
- Started
- Last post
- 47 Responses
- spiralstarez0
adrian:
Is true in some senses, though CSS coded pages are always smaller - the big industry example (and admittedly this matters more with size of site) is ESPN
http://www.marketingvox.com/arch…
also, CSS sites are always faster. For browsers to render tables they have to render everything in the table before displaying. In CSS each DIV loads individually, the response IS noticable.
If you don't think, try building a simple site of each and load each.