Ich habe gerade bemerkt, das meine Seite unter dem IE7 etwas anders angezeigt wird als unter Firefox, Opera oder Safari. Die linke Navigationsleiste ist nach unten verschoben, aber ich finde den Fehler nicht. Ich muss zugeben, CSS ist nicht wirklich mein Fach. Könnte sich das jemand genauer anschauen und mir fix helfen?
Code
#page {
width: 900px;
margin: 0px auto;
margin-top: 20px;
padding:0px;
}
/* content area */
#content {
float: right;
padding: 0px 0px 0px 20px;
margin: 0px 25px 0px 25px;
width: 620px;
overflow: hidden;
}
#boxtop {
background: url('images/boxtop.png');
float: right;
padding: 0px;
margin: 0px 25px 0px 5px;
width: 640px;
height: 25px;
}
#boxbottom {
background: url('images/boxbottom.png');
float: right;
padding: 0px;
margin: 0px 25px 0px 5px;
width: 640px;
height: 27px;
}
.narrowcolumn {
background: url('images/boxcentral.png');
float: right;
padding: 0px;
margin: 0px 25px 0px 5px;
width: 640px;
}
/* Begin Sidebar */
#sidebar{
background: url('images/boxcentral_small.png');
padding: 0px;
margin: 0px 25px 0px 25px;
width: 200px;
}
#sidebartop {
background: url('images/boxtop_small.png');
padding: 0px;
margin: 0 25px 0 25px;
width: 200px;
height: 25px;
}
#sidebarbottom {
background: url('images/boxbottom_small.png');
padding: 0px;
margin: 0px 25px 0px 25px;
width: 200px;
height: 27px;
}
/* footer area */
#footer {
width: 900px;
height: 20px;
clear: both;
}
Alles anzeigen