there is a method using CSS2 i think.
It doesnt work in netscape afaik..
But from memory it ssomething like
You need to have up the top something like the following >
Code:
<style>
<!--
a:hover {
filter:glow(color=#C4C400, strength=2);
}
-->
</style>
Put that above your <head> tag and all should be sweet...
Else ask Sinecure, im sure he makes alot of html like that