Tjenare,
Försöker få olika utseende på mina länkar, och det funkar nästan. Det blir dock fel vid HOVER. Då händer ingenting. Alltså, det funkar i IE, men inte i FF.
a:link {
text-decoration: none;
color: #695001;
font-weight: none;
}
a:visited {
text-decoration: none;
color: #695001;
font-weight: none;
}
a:hover {
text-decoration: underline;
color: #000000;
font-weight: none;
}
a:active {
text-decoration: none;
color: #695001;
font-weight: none;
}
a.hidden {
text-decoration: none;
color: #BEB187;
font-weight: none;
}
a.hidden:hover {
text-decoration: underline;
color: #695001;
font-weight: none;
}
a.hidden:visited {
text-decoration: none;
color: #BEB187;
font-weight: none;
}