Forum

Full höjd

Besvara

OBS! Du är inte inloggad i forumet ännu. Klicka här för att logga in


Den här frågan är till för att indentifiera och förebygga automatiska registreringar.
Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
BBCode är
[img] är
[flash] är AV
[url] är
Smilies är
Trådhistorik
   

Expandera Trådhistorik: Full höjd

Full höjd

Inlägg av Darwin » 2012-10-12 21.02

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

Upp

cron
π