Sida 1 av 1

Full höjd

InläggPostat: 2012-10-12 21.02
av Darwin
Fix för att göra så att sidan alltid går hela vägen ned och att footern stanar på botten.


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