code:
Ik gebruik dit als code om mijn linkjes van kleur te laten veranderen. Helaas doen ze het eigenlijk nooit. Ze doen het alleen als de cache helemaal leeg is, als je daarna op een linkje hebt geklikt, verandert deze niet van kleur.1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| A.headline:link {color:#787878; margin-bottom:0; text-decoration: none}
A.headline:hover {color:#73A01F; margin-bottom:0; text-decoration: none;}
A.headline:visited {color:#787878; margin-bottom:0;}
A.headline:active {color:#787878; margin-bottom:0;}
A.menutekst:link {color:#787878; margin-bottom:0; text-decoration: none}
A.menutekst:hover {color:#73A01F; margin-bottom:0; text-decoration: none;
border-bottom: 1px dotted #787878}
A.menutekst:visited {color:#787878; margin-bottom:0;}
A.menutekst:active {color:#787878; margin-bottom:0;}
A.normaletekst:link {color:#000000; margin-bottom:0; text-decoration: none}
A.normaletekst:hover {color:#73A01F; margin-bottom:0; text-decoration: none;
border-bottom: 1px dotted #000000}
A.normaletekst:visited {color:#000000; margin-bottom:0;}
A.normaletekst:active {color:#000000; margin-bottom:0;}
A {color:#787878; margin-bottom:0; text-decoration: none}
A:hover {color:#73A01F; margin-bottom:0; text-decoration: none; }
A:visited {color:#787878; margin-bottom:0; }
A:active {color:#787878; margin-bottom:0; } |
Ik snap echt niet wat er nou fout aan is.