Ich verstehe das nicht, warum ist die Box nicht oben ausgerichtet.
Eingeltich ist doch nichts gross formatiert, die müsste doch oben sein.
Ich verzweifel....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>geht nicht</title>
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<style type="text/css">
body {
background:#FFF;
color: #4F4F4F;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
margin:0;
padding:0;
}
#header{
max-width:1120px;
min-width:600px;
height:100px;
background: #FF0000;
}
</style>
</head>
<body>
<div id="header">oben</div>
</body>
</html>