03.22.02
CSS Div Layouts and When to use Them
There have been some steps taken to put some rational thought into where and when to use Cascading Style Sheets for layout of elemetns on a page, and just what elements of a layout should use DIVs vs which should use tables.
I would like to have a larger discussion about this because it seems to me that While Divs have been great for lots of stuff in the over-all layout of a page, I really seem to see less of a return when I’m trying to work with: Menus, Image captions, layouts that have comparison text, and other issues that tables work so easily for, and so flexibly.
I really want to know how far to go with CSS layout.