how should I order my divs?

Posted by aslum on Stack Overflow See other posts from Stack Overflow or by aslum
Published on 2010-04-14T19:59:58Z Indexed on 2010/04/14 20:03 UTC
Read the original article Hit count: 416

Here's the basic layout of a page I'm working on:
alt text
What would be the best/easiest way to order the divs? C may or may not be visible (it's a news alert that only displays when there is news). A = Header, B = Menu, E&F = standard content columns, D = latest blog post. I'm thinking ABCEFD might make the most sense, but I could also see ABCDEF. Either of those should be fairly easy to do right using floats... is there a better way? Maybe put CEF inside a "middle column" div?

© Stack Overflow or respective owner

Related posts about css

Related posts about divs