HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Test CSS</title>
<style type="text/css">
BODY {
margin:0;
padding:0;
}
.topBanner {
position:absolute;
top:0;
left:0;
width:100%;
height:150px;
padding:10px;
margin:0;
background-color:#369;
color:white
}
.linksSpalte {
position:absolute;
top:150px;
left:0;
width:175px;
padding:10px;
margin:0;
background-color:#963;
color:white
}
.rechtsSpalte {
position:absolute;
top:150px;
right:0;
width:175px;
padding:10px;
margin:0;
background-color:#ff0000;
color:white
}
.mittelSpalte {
padding:10px;
margin:150px 180px 0;
}
</style>
</head>
<body>
<div class="topBanner">
Top Banner
</div>
<div class="linksSpalte">
linker Code<br>linker Code<br>linker Code<br>linker Code<br>linker Code<br>linker Code<br>
</div>
<div class="rechtsSpalte">
rechter Code<br>rechter Code<br>rechter Code<br>
</div>
<div class="mittelSpalte">
Mittel Code <br>Mittel Code <br>Mittel Code <br>Mittel Code <br>
</div>
</body>
</html>
Alles anzeigen
Im IE6 und Opera 8.54 OK
eigentlich ist doch alles logisch, oder?
Bin gespannt auf Antworten