Orlando: In css bestimmten Code für IE und Mozzi bestimmen

Beitrag lesen

Hi,

wie kann ich in ner css-File nen bestimmten Code für IE und Mozzi bestimmen. Z.B. soll h1 im IE rot sein und im Mozzi grün.

h1 { color:#f00; }
body>h1 { color:#0f0; }

Damit ist die Überschrift auch in Opera rot, das sollte passen.

http://aktuell.de.selfhtml.org/tippstricks/css/browserweiche/index.htm

Grüße,
 Roland