> > I am trying to create a page that isn't going to have the same height > > content in each row, but > > needs to line up like this: > > > > AAAAA BBBBB > > AAAAA > > > > CCCCC DDDDD > > DDDDD > > > > EEEEE FFFFF > > > > GGGGG HHHHH > > GGGGG HHHHH > > Off the top of my head, I'd do something like this. Since I don't know > what the content is, I'm using generic elements
> <div id="row1"> > #row2, #row3, #row4 { clear: left; } Roger got the solution, however, the question is: Is the content tabular data? If it is, use a table, if it isn't, CSS might be more flexible. If you need the row DIVs that Roger uses to have the same height as the highest "cell" DIV (for example to set a background colour) you also need to float them to the left and give them a width. HTH -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/