Hallo,
habe folgendes Problem:
CSS:
a:link, a:visited{color:#666666;}
a:hover{color: #99CC33;}
a.butbild:link, a.butbild:visited{
width:15px;
height:15px;
margin:5px 5px 0px 0px;
display:block;
text-decoration:none;
text-align:center;
border: 1px solid #999999;
float:left;
line-height:15px;
}
a.activ{background-color:#99cc33; color:#FFFFFF;}
HTML:
<a class="butbild activ" href="#">1</a>
So, mit a.activ will ich einen Link im activem Zustand darstellen. d.h. die Schriftfarbe und die Hintergrundfarbe soll anders sein.
Im FF ist es auch so, im IE aber nicht.
Der IE setzt die Schriftfarbe nicht auf weiss.
Wo ist der Fehler?
Gruss, Bob?