- Kod: Markera allt
/* Always full height and footer at the bottom */
html,body {
height: 100%;
}
#wrapper {
min-height: 100%;
}
#footer {
position: absolute;
bottom: 20px;
left: 0px;
}
#phpbb #wrap {
padding-bottom: 101px;
}
#wrap {
padding-bottom: 55px;
}
/Björn