Hallo zusammen,
ich weiß langsam nicht mehr was ich falsch mache.
Mein div-Container (header) soll einfach direkt oben an den Browserrand-
Hier mein Code:
HTML:
CSS:
body{
background-color: #DED6D6;
margin: 0;
padding: 0;
}
#header{
height:50px;
background-color:green;
text-align:center;
margin-top: 0px;
}
Vielen Dank
Gruß
Fabi
ich weiß langsam nicht mehr was ich falsch mache.
Mein div-Container (header) soll einfach direkt oben an den Browserrand-
Hier mein Code:
HTML:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
<title></title>
</head>
<div id="header">
<h1>header</h1>
</div>
<div id="navi">
test<br>
test1<br>
test2
</div>
<div id="content">
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
Inhalt blablablbalblbjklsdhbihsfiohsoifhsoifshfioushnjsbdgjkhdjkghdjhdxhgdikjcgioudhf<br>
dfghdjghdfsjfhkjghskgjhsdfjkghsdfjk<br>
jfdghdjfhfioghdiogdfgoj<br>
dhfguidshgdiughsduifghsdifugh<br>
</html>
CSS:
body{
background-color: #DED6D6;
margin: 0;
padding: 0;
}
#header{
height:50px;
background-color:green;
text-align:center;
margin-top: 0px;
}
Vielen Dank
Gruß
Fabi