Das scheint tatsaechlich ein Problem mitm Fuchs zu sein. Ich habs mal so gemacht:
Code:
body
{
padding:10px;
}
#left
{
border:1px solid green;
margin:0px 10px 0px 0px;
width:180px;
float:left;
}
#main
{
border:1px solid red;
width:787px;
margin:0px 0px 0px 190px;
}
Dann passt die Hoehe auch wieder
Greetz
alcaeus
[edit]Wird im IE7 halt 10px nach unten geschoben (aber nicht komplett unter die Navi) wenn das Fenster zu klein ist...ich seh mir das nochmal an
[/edit]