Ersetze mal...
a:link {
color: #4E4D4A;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #FFCC00;
text-decoration: underline;
font-weight: bold;
}
a:active {
text-decoration: none;
color: #4E4D4A;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #4E4D4A;
font-weight: bold;
}
>
> ...durch...
>
> ~~~css
> a {
> color: #4E4D4A;
> text-decoration: none;
> font-weight: bold;
> }
> a:hover {
> color: #FFCC00;
> text-decoration: underline;
> }
Gruß
Du bist mein Retter! Es scheint soweit zu finktionieren. Musste zwar in der Navigation.css noch kurz was ändern aber nun funktioniert es!
Danke dir vielmals :)
Gruß