Hallo Liebe Menschen,
ich bräuchte Hilfe mit meiner Homepage. Im Firefox wird alles richtig angezeigt, aber im IE fehlt das Menü. hier zum anschauen: schredelseker
in meinem css-file steht:
/* Classes */
.top {
position: absolute;
top: 0px;
width: 800px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
height: 150px;
background-image: url(/banner.png);
background-repeat: no-repeat;
z-index: 10;
}
.menu {
position: absolute;
top: 160px;
width: 150px;
margin-left: auto;
margin-right: auto;
left: 0px;
right: 900px;
text-align: left;
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 15px;
display: inline;
}
.content {
position: absolute;
top: 160px;
width: 800px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
font-size: 12px;
color: #000;
background-color: #FFF;
text-align: center;
}
Fällt vielleicht irgndjemandem von euch auf, wo das Problem liegen könnte? Ich hab leider nicht viel Ahnung von html und css. Das ursprüngliche Skript hat mir ein Freund geschrieben und ich adaptiere nur relativ wenig daran herum. Wär also auch dankbar für eine Antwort für Dummies.... ;-)...
Vielen Dank jedenfalls im Vorraus,
thesi
ich bräuchte Hilfe mit meiner Homepage. Im Firefox wird alles richtig angezeigt, aber im IE fehlt das Menü. hier zum anschauen: schredelseker
in meinem css-file steht:
/* Classes */
.top {
position: absolute;
top: 0px;
width: 800px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
height: 150px;
background-image: url(/banner.png);
background-repeat: no-repeat;
z-index: 10;
}
.menu {
position: absolute;
top: 160px;
width: 150px;
margin-left: auto;
margin-right: auto;
left: 0px;
right: 900px;
text-align: left;
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 15px;
display: inline;
}
.content {
position: absolute;
top: 160px;
width: 800px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
font-size: 12px;
color: #000;
background-color: #FFF;
text-align: center;
}
Fällt vielleicht irgndjemandem von euch auf, wo das Problem liegen könnte? Ich hab leider nicht viel Ahnung von html und css. Das ursprüngliche Skript hat mir ein Freund geschrieben und ich adaptiere nur relativ wenig daran herum. Wär also auch dankbar für eine Antwort für Dummies.... ;-)...
Vielen Dank jedenfalls im Vorraus,
thesi