/****************************************************************************** * Hauptseitenaufteilung in Oben, Unten und Mitte * ******************************************************************************/ #mainkopf { border:1px solid red; height:13em; float:top; } #mainmitte { border:1px solid green; /*margin-top:13em;*/ /*margin-botton:6em;*/ /*float:top;*/ } #mainfuss { border:1px solid blue; height:6em; float:bottom; } /****************************************************************************** * Tabellenersetzendes CSS: * ******************************************************************************/ html, body { height:100%; } #hauptl { float:left; margin:0; padding:0; border:0; height:100%; width:20%; } #hauptm { float:left; margin:0; padding:0 2%; border:0; height:100%; width:50%; /* Box Model Hack */ voice-family:"\"}\""; voice-family:inherit; width:46%; } html>body #hauptm { width:46%; /* Box Model Hack */ } #hauptr { float:right; margin:0; padding:0; border:0; height:100%; width:30%; }