Liebe Leutz =)
ich hab da folgendes Problem und wäre jeder Hilfe echt dankbar
Ich bin dabei eine Website zu erstellen und benutze dabei CSS um auf jeder Site selbe Schriftart usw zu haben.
Der Internetexplorer zeigt mir auch alles so an wie es sein soll. Doch bei Firefox ist plötzlich die Hintergrundfarbe weg =/
So sieht der Quelltext aus:
<html>
<head>
<title>formate</title>
<meta name="author" content="sr">
<style type="text/css">
<!--
body {background-color:#DFDFDF;}
body {font-family:VERDANA,ARIAL,HELVETICA; font-size:11pt;}
body {color:#4F4F4F;}
a:link {color:#3F3F3F;text-decoration: none}
a:visited {color:#3F3F3F;text-decoration: none}
a:hover {color:Navy;text-decoration: none}
a:active {color:#3F3F3F;text-decoration: none}
-->
</style>
</head>
<body>
</body>
</html>
Vielleicht irgendwelche Fehler oder so?
Ich Danke für jede Hilfe =D