I am trying to apply this Sticky Footer method: http://code.google.com/p/cleanstickyfooter/
It works great, however, I have one problem. For my site, the site has a 34x margin at the top of the page. Therefore, I tried several ways to implement it, by executing body {margin-top:34px}or executing container {margin-top:34px}.
However, in both cases the Sticky Footer is messed up. When I try to compensate for 34px, it will never work.
Any ideas?
Here is an example script: http://jsfiddle.net/jrZKb/
source
share