I use example from Bootstrap:
http://twitter.github.com/bootstrap/examples/sticky-footer.html
Problem is when text on page is longer then screen resolution (height: 100%) everything under the red line is footer, but “test” is content:
http://postimage.org/image/55l8q3xuz/
How to fix it?
If you could post your actual code that would help, but there are two common ways this could happen.