Exploring CSS Liquid Layouts: 2-Column Normal Page Flow Fixed Navigation
There are many ways using CSS layouts to create multiple column liquid layouts that include a header and footer. You can float divs either left or right, within or outside of the main content.
Copy and paste the Two Column Header Footer CSS layout code from the teaxtarea to your HTML editor.
Use as is, or experiment with the various CSS style declarations to see the effects of positioning.
This div adjusts the footer div position depending on the content within. The left navigation div uses position: absolute and will not affect the footer position.
CSS Tutorials ::: CSS 100% Height Page One ::: CSS 3-Column Liquid Maxheight 02 ::: CSS Menus Unordered Lists