Wenn ich margin-top und margin-left auf 0px setze, interpretiert IE und opera das richtig, aber mozilla nicht...
welche einstellungen muss ich hinzufügen, damit mozilla auch bei 0px anfängt?
-- css start --
body {
margin-top: 0px;
margin-left: 0px;
}
-- css ende --