Dano0401: IE spinnt mal wieder mit Bildern und Sidebarmenü

Beitrag lesen

Hallo,

ich hoffe hier ist was Brauchbares dabei und ich hab den Schnipsel richtig geposted =)

Daniel

#container {
 font-size: 0.8em;
 max-width: 750px;
 margin: auto;
 border: 1px solid #aaa;
 border-top: 0;
}

#logo {
 background: url(../img/header.jpg) 0 0 no-repeat #8FC525;
 height: 175px;
 padding: 0 20px;
 text-align: right;
 line-height: 54px;
 font-size: 54px;
 overflow: hidden;
 letter-spacing: -3px;
 margin: 0;
}

#menu {
 background: url(../img/) #3D5411;
 padding: 5px 4%;
 margin: 0;
 text-align: left;
 color: #d8a6a5;
}

#menu a:link {
color: #fff;
font-weight: lighter;
text-decoration: underline
}
#menu a:visited {
color: #fff;
font-weight: lighter;
text-decoration: none
}
#menu a:active {
color: #fff;
font-weight: lighter;
text-decoration: underline
}
#menu a:hover {
color: #fff;
font-weight: lighter;
text-decoration: underline
}

#subnav {
 width: 26%;
 background: #ECECEC;
 min-width: 10em;
 min-height: 100%;
 float: right;
 padding: 35px 0%;
 margin: 1%;
 border-left: 0px solid #aaa;
 font-size: 0.9em;
}

#subnav a:link {
color: #526827;
font-weight: lighter;
text-decoration: underline
}
#subnav a:visited {
color: #526827;
font-weight: lighter;
text-decoration: underline
}
#subnav a:active {
color: #63655F;
font-weight: lighter;
text-decoration: underline
}
#subnav a:hover {
color: #98D02A;
font-weight: lighter;
text-decoration: none;
}

#subnav dt {
 font-size: 125%;
 color: #63655F;
 font-family: "Georgia", Verdana, "Verdana", Times, serif;
 padding: 35px 0 2px 0%;
 margin-bottom: 2px;
 margin-top: -0.2cm;
font-weight: bold;
 }

#subnav dd {
 padding: 0;
 margin: 0.3em 0;
}