Creating a single column fixed-width layout with a header and footer, the order of view should be as follows:
- header
- navigation
- dynamic content 1
- dynamic content 2
- main content
- footer
The dynamic contents (3, 4, 5) will expand vertically with unknown height, while the header, navigation, and footer (1, 2, 6) will have fixed heights. Our SEO manager has requested that the 'main content' should be placed above or at least before the basic contents in the source view.
I attempted to set the main wrapper (containing all 6 divs) to relative positioning and then use absolute positioning to move the 'main content' to the bottom.