Aus irgendeinem Grund interpretiert der Firefox 1.0 bei mir keine CSS-Elemente.
Beispiel-Code-Fragment dazu :
Code
<head>
<meta http-equiv='Content-Type' content='text/html; charset='utf-8'>
<!-- ... -->
<style type='text/css'>
<!--
a.black09 { font-family:Arial; color:#000000; font-size:9px; font-weight:normal; }
a.red10b { font-family:Arial; color:#9D3229; font-size:10px; font-weight:bold; }
a.red11 { font-family:Arial; color:#9D3229; font-size:11px; font-weight:normal; }
.texthead { font-family:Arial; color:#9D3229; font-weight=bold; line-height=14px; }
-->
</style>
</head>
Alles anzeigen
Geht leider nicht (IE zeigts richtig an)
Wer weiß eine Antwort ?