kann mir jemand bitte erklären wieso der style nicht greift?
Code: Alles auswählen
<td> <a class="linkSearchbox" href="javascript:document.forms['formsearch'].submit();" style="color: #9d9ea2;">{SEARCH_START}</a> <a href="javascript:document.forms['formsearch'].submit();"><img src="images/navi_pfeil_rechts.gif" alt="{SEARCH_TITLE}" title="{SEARCH_TITLE}" border="0"/></a></td>
Code: Alles auswählen
/* allgemeine links im text */
a:link{ color: black; text-decoration:none; ;font-family: verdana; font-size: 10pt;}
a:visited{color: black;text-decoration:none;font-family: verdana; font-size: 10pt;}
a:active{ color:black;text-decoration:none;font-family: verdana; font-size: 10pt; }
a:hover{ color: #ffffff;background-color:#9198ab; text-decoration:none;font-family: verdana; font-size: 10pt; }
.linkSearchbox a:hover{
color: black;
text-decoration:none;
font-family: verdana;
font-size: 10pt;
}
gruesse rene