27. april 2002 - 16:10
Der er
3 kommentarer og 1 løsning
link class?
Davs. Jeg har følgende css-kode til mine links: a:link { color : #2F415C; text-decoration : none; } a:visited { color : #2F415C; text-decoration : none; } a:hover { color : #89A4CC; text-decoration : none; } a:active { color : #2F415C; text-decoration : none; } MEN jeg vil ikke have at alle mine links har samme farve, så derfor har jeg givet nogle af mine link en class="link2". -Nu er spørgsmålet så bare, hvordan jeg får det ind i ovenstående css-kode??? -På forhånd tak.
Annonceindlæg fra Novataris
Vejen til devops med Bavarian Nordic
Bavarian Nordics vækst blev starten på et DevOps-samarbejde med Novataris for hurtigt at kunne tilpasse IT-organisation til forretningen.
7. december 2023
27. april 2002 - 16:17
#2
Og det hele: a.link2:link { color : farve; text-decoration : none; } a.link2:visited { color : farve; text-decoration : none; } a.link2:hover { color : farve; text-decoration : none; } a.link2:active { color : farve; text-decoration : none; }