Hoi allemaal,

op de volgende site werk ik aan de footer, die krijg ik niet sticky to the bottom. Heeft iemand een idee hoe dat kan? Ik heb een push geprobeerd maar dat werkt helaas niet... Groet Donny

http://werk-tijden.nl/rijschool/rijbewijs.html
section {
min-height: 100%;
height: !important;

font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
background-color: yellow;
}
moet worden denk ik:
section {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
}

Toevoeging op 24/11/2013 18:48:23:

En anders probeer dit toe te passen:
http://ryanfait.com/sticky-footer/

Reageren