...die mit dem unaussprechbaren Namen
Hallo!
Ich hab ein kleines Problem
Ich bin dabei für eine Bekannte eine Website zu erstellen und habe festgestellt, dass in IE der Text anders (weiß anstelle schwarz) dargestellt wird, als in Mozilla.
-> Moni's Fahrschule
(Die Seite steht noch ganz am Anfang... diese Seiten hab ich nur zum Zeigen hochgeladen)
Woran liegt das/bzw wie kann ich das vermeiden?
Der CSS - Code ist wie folgt:
* {
margin: 0;
padding: 0;
}
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background-color: #ffffff;
}
#inhalt {
width: 985px;
margin: 0 auto;
background: url(hgindex.jpg);
background-repeat:no-repeat;
height: 100%;
padding-bottom: 30px;
}
#indextext {
width: 885px;
margin: 600px auto 0 auto;
background: url(scan.gif);
border-color:#cbcfd7; border-width:2px; border-style:solid; padding:10px;padding-bottom: 30px;
}
#unten {
width: 885px;
margin: 30px auto;
background: url(scan.gif);
border-color:#cbcfd7; border-width:2px; border-style:solid; padding:10px; padding-bottom: 30px;
}
(CSS für die Navi ausgenommen)
Wär echt nett, wenn ihr mir einen Tipp geben könntet. Mit meiner Trial-and-Fail Methode bin ich nicht weiter gekommen.
Ich hab ein kleines Problem

Ich bin dabei für eine Bekannte eine Website zu erstellen und habe festgestellt, dass in IE der Text anders (weiß anstelle schwarz) dargestellt wird, als in Mozilla.
-> Moni's Fahrschule
(Die Seite steht noch ganz am Anfang... diese Seiten hab ich nur zum Zeigen hochgeladen)
Woran liegt das/bzw wie kann ich das vermeiden?
Der CSS - Code ist wie folgt:
* {
margin: 0;
padding: 0;
}
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background-color: #ffffff;
}
#inhalt {
width: 985px;
margin: 0 auto;
background: url(hgindex.jpg);
background-repeat:no-repeat;
height: 100%;
padding-bottom: 30px;
}
#indextext {
width: 885px;
margin: 600px auto 0 auto;
background: url(scan.gif);
border-color:#cbcfd7; border-width:2px; border-style:solid; padding:10px;padding-bottom: 30px;
}
#unten {
width: 885px;
margin: 30px auto;
background: url(scan.gif);
border-color:#cbcfd7; border-width:2px; border-style:solid; padding:10px; padding-bottom: 30px;
}
(CSS für die Navi ausgenommen)
Wär echt nett, wenn ihr mir einen Tipp geben könntet. Mit meiner Trial-and-Fail Methode bin ich nicht weiter gekommen.
