Hello,
Can I ask your help for a problem? My footer doesn't stick to the bottom the way it needs to be.
A small part at the end disappears into the bottom of the window. Only when I resize the window and pull it down, the footer jumps to a higher point. What should I do to set the footer to this higher (and correct) point from start?
What I did was following:
The basic divs are Page and Main.
I took the footer and placed it outside of the two others, so it would certainly stick to the bottom.
Page and Main have a height of 100%
The Footer ('colophon') has the following code:
#colophon {
clear: both;
position: relative;
margin-top: -112px; /* negative value of footer height */
height: 112px;
For a complete view, you can check this url: http://tinyurl.com/cc9lp37
Hope you have the wisdom I'm lacking and I can put this ongoing mystery to an end.