Visa ett inlägg
Oläst 2008-03-05, 17:25 #9
Aerpe Aerpe är inte uppkopplad
Medlem
 
Reg.datum: Oct 2006
Inlägg: 221
Aerpe Aerpe är inte uppkopplad
Medlem
 
Reg.datum: Oct 2006
Inlägg: 221
Kan inte tabeller... men med div först och sen tabeller tror jag att detta går.

Kod:
html, body{
 height:100%;
 min-height:100%;
}

#container{
 display:table;
 height:100%;
}

#table1{
 height:100%;
}

<html>
 <body>
 *<div id="container">
 * <table id="table1">...</table>
 *</div>
 </body>
</html>
Aerpe är inte uppkopplad   Svara med citatSvara med citat