hallo. irgendwie kapiert der browser nicht dass ich die klasse a.navi von a:link trennen will
Code
a.navi
{
font-family: verdana;
font-size: 9px;
text-align: center;
font-weight: bold;
text-decoration: none;
color: #E78307;
}
a:link
{
font-family: verdana;
font-size: 9px;
font-weight: none;
text-decoration: underline;
color: #8C8C8C;
}
Alles anzeigen
manchmal übernimmt a.navi eigenschaften von a:link - warum?
der link sieht so aus:
danke.
so long - phore