Ich verstehe das mit dem IE nicht wie ich das in meine site einbauen kann... In firefox ist ja soweit alles ok...
hier mal kurz meine css daten...
#logo {
overflow:hidden;
z-index: 2;
width: 950px;
height: 100px;
border: 1px solid #A2B1A5;
padding: 0px;
margin-bottom: 10px;
margin-top: 0px;
position: absolute;
top: 0;
left: 10;
}
#nav1 {
overflow:hidden;
z-index: 2;
float: left;
width: 130;
height: 500px;
padding: 0px;
background: #DBE7DD;
border: 1px solid #A2B1A5;
font-family: Verdana;
font-size: 12px;
position: absolute;
top: 110;
left: 10;
}
#content {
z-index: 1;
float: right;
padding: 0px;
border: 1px solid #A2B1A5;
background: #C3D2C5;
font-family: Verdana;
font-size: 12px;
min-width: 667px;
width: 670 px;
height: 600px;
position: absolute;
top: 110;
left: 150;
}
#nav2 {
overflow:hidden;
z-index: 2;
float: left;
padding: 0px;
width: 130px;
height: 500px;
background: #DBE7DD;
border: 1px solid #A2B1A5;
font-family: Verdana;
font-size: 12px;
position: absolute;
top: 110;
left: 830;
}
#footer {
overflow:hidden;
z-index: 2;
width: 950px;
height: 30px;
border: 1px solid #A2B1A5;
padding: 0px;
position: fixed;
bottom: 0px;
left: 10px;
}