Div soll oben anliegen

Hi,

ich habe ein Div welches über die ganze höhe gehen soll. Das hab ich auch jetzt hingekriegt. Aber es liegt oben nicht an :frowning:
Ich hab schon den Aussenrand weggemacht aber der Abstand ist immer noch da: AlexDozer

Wie krieg ich den Weg?

[code]html {
height: 100%;
}

body {
background-image: url(7.jpg);
height: 100%;
}

.maindiv {
width: 700px;
height: 100%;
margin: 0px auto;
background-color: #999999;
text-align: center;
} [/code][code]

AlexDozer

<p style="font-size:18px;">Welcome on AlexDozer.de!<br />
   How you see is this site currently under construction<br />
   and an end is not in sight!<br />
   I hope that i get it finished soon!<br /><br />
   Please come back in a few days or check my <a href="http://www.myspace.com/alexdozer">myspace-profil</a><br />
   for more information about me!<br /><br />
   If you want to send me a message, please use this <a href="mail.html">form!</a>
</p>
[/code]

Gruß Alex

http://www.html.de/html-und-xhtml/14582-faq-woher-kommen-die-abstaende.html :roll:

Der Body hat in den meisten Browsern einen Standardabstand, der via CSS „abgeschaltet“ werden muss.

So funktioniert es. Danke!

Ich hatte aber schon auch vom body & html die Abstände weggemacht, hat aber nichts gebracht.