Is there any reason why you aren't putting it in your a:hover css tag? I havent tried it physically, but it would seem to me that it would be something like:
a:link { text-decoration: underline ; color: #000000 }
a:hover { text-decoration: line-through #ff0000 ; color: #000000 ; }
I could be wrong. Have never thought of trying it.
Cindy
|