I did it! With Pure CSS!!
THE CSS
Code:
<style type="text/css">
<!--
a:link {
color: #333333;
text-decoration: underline;
}
a:visited {
color: #333333;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: line-through;
}
a:active {
color: #333333;
text-decoration: underline;
}
.blktxt {
color: #333333;
}
-->
</style>
THE HTML
See it in action:
http://ranjan.ws/scripts/csslinethrough.htm