hallo, die nachstehende Homepage, die ich vor ein paar Monaten gestaltet habe, ist unter IE7 nicht optimal angezeigt: der Text überlappt zum Teil den Banner. Unter alle anderen Browser sind die Seiten optimal angezeigt. Das Problem liegt bestimmt an meinen CSS. Ich weiss leider nicht was muss für IE7 geändert werden.
Hier ist meine CSS:
Code
* CSS Document */
.font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
font-variant: normal;
}
.fett {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font:
font-weight: normal;
font-style: normal;
font-weight: bold;
}
body {
position: absolute;
margin: 0em;
margin-left: 0em;
padding: 0em;
width: auto;
height: auto;
}
div#oben {
margin-bottom:auto;
margin-top:auto;
width: auto;
height: 0.50em;
}
#menu {
position: absolute;
width: 112px;
height: 500px;
margin: 0px;
padding: opx;
left:4px;
margin-top: 150px;
top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000066;
background-color:#FFFFFF;
}
a.linken {
color: #000033;
text-decoration: underline;
}
a.linken:hover { color: #666666; background-color: #CCCC9A; }
#frame {
position:relative;
margin-top: 140px;
margin-left: 112px;
margin-bottom: 0px;
padding: 8px;
padding-top: 5px;
width:900px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
border-left:dotted thin;
}
#unten {
position:relative;
margin:0px;
margin-top: auto;
width: 860px;
height: 50px;
top: 0px;
}
</style>
Alles anzeigen
Brauche bitte dringend Ihre Hilfe. Danke im Voraus.