Stationery-Direct
24th February 2006, 17:46
This is probably really easy, however, I cannot get my head around it today:
If I do not enter a colour for a visited link it defaults to blue, which is nasty and is not in keeping with my site, If I specify a colour then once visited it no longer changes colour on hover, I would still like it to do this.
EG: I want the text to be white, flash black when hover, once the link is visited I want it to stay white and still flash black on hover.
Current code is below any advice is greatly appreciated, thanks in advance
<style type="text/css">
<!--
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }
a:link {
color: #FFFFFF;
}
a:hover {
color: #000000;
}
If I do not enter a colour for a visited link it defaults to blue, which is nasty and is not in keeping with my site, If I specify a colour then once visited it no longer changes colour on hover, I would still like it to do this.
EG: I want the text to be white, flash black when hover, once the link is visited I want it to stay white and still flash black on hover.
Current code is below any advice is greatly appreciated, thanks in advance
<style type="text/css">
<!--
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }
a:link {
color: #FFFFFF;
}
a:hover {
color: #000000;
}