ich habe ein Problem:
In folgenden CSS Codes muss irgendein Fehler stecken, da im IE, Opera, Phase 5 Ansicht alles richtig angezeigt wird, im Firefox jedoch wird es ganz normal in Times New Roman und schwarz angezeigt! Leider finde ich den Fehler nicht
QUELLTEXT
<style type="text/css">
<!--
p{Font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-align:left; font-size: 9pt}
a:visited{color:#FFFFFF; }
body { background-color:#055687}
-->
</style>
<!--
p{Font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-align:left; font-size: 9pt}
a:visited{color:#FFFFFF; }
body { background-color:#055687}
-->
</style>
QUELLTEXT
<style type="text/css">
<!--
p {Font-family: Verdana, Arial, Helvetica, sans-serif; color: #055687; text-align:left; font-size: 11pt}
h1 {Font-family: Verdana, Arial, Helvetica, sans-serif; color: #055687; text-align:center}
a:visited{color:#055687}
-->
</style>
<!--
p {Font-family: Verdana, Arial, Helvetica, sans-serif; color: #055687; text-align:left; font-size: 11pt}
h1 {Font-family: Verdana, Arial, Helvetica, sans-serif; color: #055687; text-align:center}
a:visited{color:#055687}
-->
</style>
Danke für die Hilfe!!!