CSS “Tables”

posted May 14, 2008  

Which is better, divs or tables? There’s really no correct answer for this and it’s basically a matter of preference. In terms of layout, they can work in the same way. However, I would say that using divs are more efficient.

In order to be rendered, browsers download the table’s presentational markup every time, even when the page is refreshed. While CSS can initially be bigger than a table’s markup, browsers cache the styles so that it takes less time to render the page.
more →

filed under: layouts

tags: , ,


tag cloud
Copyright © 2008-2009 csswoes.com • Bryan Duran • All Rights Reserved