Aktives Mitglied
Hallo zusammen
ich habe mit DV ein HTML Seite erstellt, in Firefox wird die Seite ohne Problme angezeigt. Sobald ich es mir im IE ansehen wird der DIV MAIN nach unten geschoben
Ich weiss das es mit den float zusammen hängen soll weiss aber nicht so genau, wo ich im Code dieses anpassen kann?
Hier mal der CSS Code
ich habe mit DV ein HTML Seite erstellt, in Firefox wird die Seite ohne Problme angezeigt. Sobald ich es mir im IE ansehen wird der DIV MAIN nach unten geschoben
Ich weiss das es mit den float zusammen hängen soll weiss aber nicht so genau, wo ich im Code dieses anpassen kann?
Hier mal der CSS Code
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
</body>
</html>
body {
}
#wrapper {
background-color:#FFFFFF;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
height:860px;
margin-left:auto;
margin-right:auto;
width:1000px;
}
#footer {
}
#header {
background-image:url(../images/header.png);
height:100px;
left:auto;
top:0;
width:1000px;
z-index:1;
}
#navi {
background-color:#004595;
float:left;
height:760px;
left:200px;
top:150px;
width:150px;
}
#table_field_2 {
margin-bottom:50px;
margin-left:20px;
margin-top:50px;
}
#field_4 {
margin-left:20px;
margin-top:0;
width:450px;
}
#lose {
margin-left:20px;
}
#team .Stil8 {
margin-left:10px;
margin-top:20px;
}
#field_3 .Stil6 {
height:0;
margin-left:10px;
}
#main {
float:left;
height:760px;
left:auto;
margin:0;
top:151px;
width:auto;
z-index:3;
}
#team_text {
margin-left:10px;
}
Zuletzt bearbeitet: