body {
font-size: 75%;
margin: 1.6em auto 3em;
max-width: 80em;
width: 100%;
}
* html body { /* für IE6 */
width: 80em;
}
#logobox {
float: left;
width: 51em;
max-width: 100%;
}
#kopfbox {
float: left;
width: 25.4em;
}
Dieses Beispiel stammt aus dem Buch Barrierefreiheit verstehen und umsetzen.