Harald: color:farbe nur in Verbindung mit background-color:farbe?

Beitrag lesen

laut w3c muß ich bei Angabe von color:#000000 auch backgound-color:farbe angeben.
Wenn ich nun background-color:transparent angebe habe ich in Tabellen schwarze Schrift auf schwarzem Grund.
Ich möchte aber die Hintergrundgrafik sehen.
Einige Browser machen es richtig, aber z.B. Netscape 4.7x bleibt schwarz.

h1 {         font-size : x-large;
             font-weight : bold;
             font-style : normal;
             color : #000000;
             background-color : transparent;
             font-family : Verdana, Arial, Helvetica, sans-serif }

Gruß
Harald