Quote:
|
Who can make it work in a a:hover?
|
Nobody can. Its because the a tag in question is a single HTML element. A single element cannot have two defined style colors at one time.
One could make a javascript/dom based script to do it. But it would not be worth the weight the javascript would carry for the miniscule task.
My suggestion would be to forget it. Think something else.