Medlem
|
|
Reg.datum: Oct 2006
Inlägg: 221
|
|
Medlem
Reg.datum: Oct 2006
Inlägg: 221
|
Litet knep om du vill ha 100% height på sidan. Nu när du ändå är igång med att testa något nytt.
Själv tog det några dagar att komma ifurm med hur jag skulle få till det.
body, html {
height: 100%;
min-height: 100%;
}
wrapper {
display:table;
height:100%;
}
|