hi,
ich hab für meine Homepage ein css geschrieben. im ie funktionierts perfekt. nur in firefox funktioniert es net.
Hier is der Quelltext:
<style type="text/css">
<!--
body {
font-family: "Script MT Bold","Comic Sans MS","Times New Roman", Arial;
font-size: large;
text-align: left;
color: white;
}
h1 {
font-family: "Script MT Bold","Comic Sans MS","Times New Roman", Arial;
font-size: xx-large;
color: white;
}
h2 {
font-family: "Script MT Bold","Comic Sans MS","Times New Roman", Arial;
font-size: x-large;
color: white;
}
p {
font-family: "Script MT Bold","Comic Sans MS","Times New Roman", Arial;
font-size: large;
text-align: left;
color: white;
}
a:link {
font-family: Arial;
font-size: small;
color: #BCD2D3;
}
a:visited {
font-family: Arial;
font-size: small;
color: #FF534F;
}
-->
</style>
Schon im voraus herzlichen Dank für eure Hilfe