[opgelost] visited kleur
Posted: Wed Mar 07, 2012 9:54 am
De kleur van mijn visited blijft paars, ondanks onderstaande css die gebruikt wordt. Nu ben ik er achter gekomen dat de kleuren van de visited paars zijn omdat dat standaard ingesteld staat in firefox en safari. Het lijkt erop alsof mijn css dat niet overruled.... terwijl dat in de voorkeuren wel toegestaan wordt.
Heeft iemand een briljant idee hoe ik dit kan verhelpen?
#menu a:link, a:visited {
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
text-decoration: none;
}
#menu a:hover {
text-decoration: underline;
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
}
#menu a:active {
text-decoration: underline;
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
}
Heeft iemand een briljant idee hoe ik dit kan verhelpen?
#menu a:link, a:visited {
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
text-decoration: none;
}
#menu a:hover {
text-decoration: underline;
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
}
#menu a:active {
text-decoration: underline;
font-size:30px;
font-family:"Georgia, Times New Roman, Times, serif";
font-weight:normal;
line-height:60px;
text-align: right;
letter-spacing: 3px;
}