Please help me move from tables to divs in a clear way?
November 28, 2006 2:17 PM
Subscribe
How do I do multiple sets of multi-column divs w/ CSS inside other multi-column divs? More details in first comment.
This issue has bugged me for a while, and I've usually resorted to table to get away from CSS columnar hideousness
Here's a graphic depiction of what I want to accomplish.
I've managed to make A, B, C, and the unlabelled footer happen with directions I've found using float (left and right, and clearing for the footer), but when I try to use the similar structure for D-H, it fails horribly.
What I eventually want to accomplish is that d-h could be a large (and not previously defined) number of entries, so any solution should take that into account.
Thanks!
posted by Kickstart70 to technology (9 comments total)
3 users marked this as a favorite
If you don't mind my saying, if rows D, E, F... are displaying organized data in gridded format, it's perfectly legal to use tables. that's what they're for.
posted by ardgedee at 2:41 PM on November 28, 2006