Vielen Dank euch beiden!
Allerdings habe ich nun das seltsame Problem, dass der Firefox die Content-Box mit kleinem, oberen Abstand vom Browserfenster anzeigt. Woran könnte das liegen, im IE sieht alles okay aus?
Hier mein Code:
[code=css]
html
{
height: 100%;
margin: 0px;
}
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #000000;
background-color: #CCCCCC;
margin: 0px;
padding: 0px;
height: 100%;
}
#content
{
background-color: #99FF66;
color: inherit;
width: 600px;
height: 100%;
text-align: left;
margin: 0px auto 0px auto;
padding: 0px;
border-left: 2px dotted red;
border-right: 2px dotted red;
}
[/code]
Hat jemand 'ne Idee, wo hier das Problem liegen könnte?