I am having a small problem with CSS and I hope someone can help. I am completly new to CSS and have tried a few things with no joy.
The following is the code I am using:
<STYLE type=text/css>
A:link { COLOR: blue; FONT-WEIGHT: none; TEXT-DECORATION: none }
A:hover { COLOR: blue; FONT-WEIGHT: none; TEXT-DECORATION: underline }
A:visited { COLOR:blue; FONT-WEIGHT: none; TEXT-DECORATION: none }
</STYLE>
The problem is, the underline only works if the link has not been visited. I have tried changing the visited decoration to underline but this gives me a constant line and I only want it on mouseover.
Thanks in advance
Wullie
The following is the code I am using:
<STYLE type=text/css>
A:link { COLOR: blue; FONT-WEIGHT: none; TEXT-DECORATION: none }
A:hover { COLOR: blue; FONT-WEIGHT: none; TEXT-DECORATION: underline }
A:visited { COLOR:blue; FONT-WEIGHT: none; TEXT-DECORATION: none }
</STYLE>
The problem is, the underline only works if the link has not been visited. I have tried changing the visited decoration to underline but this gives me a constant line and I only want it on mouseover.
Thanks in advance
Wullie