Is it possible to make sticky footer with sticky header?
Everything works great but when I apply sticky header I need to make body { padding-top: 60px; }
body { padding-top: 60px; }
Why don't you just add padding-top: 60px; to .content instead of .wrap?
padding-top: 60px;
.content
.wrap
jsFiddle: http://jsfiddle.net/NFpDG/2/