Mazze: Fast falsch verstanden

Beitrag lesen

Nein, das geht in jedem aktuellen Browser mit nur einer Ausnahme - aber der ist ja eigentlich auch nicht aktuell.;-)

:-))) Wieder mal bei semantisch unpräzisem erwischt worden...

OK, hier eine Lösungsvariante die scheinbar auch bei unser aller Freund läuft:

.box1{
border: 1px solid #cc0000;
background-color: #550000;
color: #ff0000;
font-family: 'Tahoma','Verdana','Arial';
font-size: 8pt;
}

.box1 a{
color: #ff0000;
font-family: 'Tahoma','Verdana','Arial';
font-size: 8pt;
}

.box2{
border: 1px solid #00cc00;
background-color: #005500;
color: #00ff00;
font-family: 'Tahoma','Verdana','Arial';
font-size: 8pt;
}

.box2 a{
color: #00ff00;
font-family: 'Tahoma','Verdana','Arial';
font-size: 8pt;
}

Text in Box 1 wird rot, Text in Box 2 wird grün dargestellt.
a in Box 1 wird rot, a in Box 2 wird grün dargestellt.

Warum auch immer diese Wdh notwendig sind...

Danke für die Mithilfe,

Mazze