Hallo,
ich habe folgendes Problem:
ich binde eine externe CSS-Datei in mein HTML-Dokument ein.
Unter Windows und Internet Explorer funktioniert das ja auch einwandfrei, nur unter Mac-OS 9 / 10.2 und Internet Explorer bzw Safari wird das CSS nicht ausgeführt bzw übernommen.
Hat irgendwer eine Lösung?
So sieht mein CSS aus:
<style type="text/css">
<!--
body { margin:0px;
background-color:#000000;
}
div.startlogo { text-align:center;
}
div.logozelle { vertical-align:middle;
}
img { border-width:0px;
}
a { font-family:"Arial";
font-size:"14px";
line-height:"18px";
font-weight:"bold";
color: "#ff9933";
text-decoration: "none";
}
font.a4s8 { font-family:"Arial";
font-size:"14px";
color:"#000000";
line-height:"18px";
}
font.a2s3 { font-family:"Arial";
font-size:"12px";
color:"#000000";
line-height:"13px";
}
//-->
</style>
Und so binde ich es ein:
<link rel="stylesheet" href="css-scripts/msie/base.css" type="text/css">
Grüsse aus Passau,
Mario Hirtreiter