Hallo
Ich habe es bis jetzt so gemacht..leider klappt das irgendwie nicht..
zB. <a href="LINK" class="link">hallo</a>
a.link {
font-family: Verdana;
font-size: 17px;
text-decoration: none;
color: #ffba00;
background: #ffffff;
}
a:hover.link {
font-family: Verdana;
font-size: 17px;
color:#ffbb00;
text-decoration: none;
background: #ffffff;
}
a:active.link {
font-family: Verdana;
font-size: 17px;
text-decoration: none;
color: #ffbb00;
background: #ffffff;
}
Weiss einer eine Lösung?
a.link:hover, nicht a:hover.link
ahaa...danke ;).. :rolleyes:
hm..habs nun so gemacht..es klappt..bloss das hover nicht..?...
Quote
Original von xyz-33
hm..habs nun so gemacht
Zeig mal..
es geht nun..war ein kleiner fehler drin..sorry mein fehler!