#navi {
float: left;
height: 160px;
width: 860px;
background-color: #e8d2b5;
margin-top: 40px;
margin-right: 20px;
margin-left: 20px;
}
Das ist unser Code und der IE spricht die Befehle mit margin nicht richtig an. Er schiebt unseren Inhalt vom Container Navi weiter nach rechts, nach oben etc. als gewollt.
Bitte helfen ;-)