thais-molica / css-template-layout

Automatically exported from code.google.com/p/css-template-layout
0 stars 0 forks source link

body {height:100%} causes lay-out to break down #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add "body {height:100%}" to any of your demos' css
2.Reduce the content to a few lines (so the footer isn't pushed down by the 
content)
3.

What is the expected output? What do you see instead?
I expect the footer to go the bottom of the page, with the rest of the elements 
filling up the available space. Instead the whole lay-out becomes a mess.

What version of the product are you using? On what operating system?
jquery.tpl_layout1.1.5.min.js on Windows XP with any browser.

Please provide any additional information below.
Maybe this not the right way to do it, but I was hoping that finally there was 
a way to make a footer automatically go to the bottom of the screen without 
using tables or (even worse) frames.

Original issue reported on code.google.com by pdjonk...@gmail.com on 12 Jul 2010 at 12:10