Hi I have :
a:link {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: none
}
a:hover {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: underline
}
a:visited {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: none
}
once one of the links is clicked then the visited takes effect but the rollover :hover effect no longer works, how can I make it act like it hasn't been clicked ?
I did ask this question earlier but maybe I wasn't clear enough.
Thanks
2007-12-21
06:50:59
·
2 answers
·
asked by
mrajsmith2000
1
in
Computers & Internet
➔ Programming & Design
I have the visited because if I don't the once clicked the link goes to a default purple colourr - eitherway this doesn't solve the problem the link stops haveing the hover function ?
2007-12-21
07:10:48 ·
update #1
So no one know actualy how to do this - I've seen it many other websites ?
2007-12-21
07:48:30 ·
update #2