I'm having some questions about changing the class/state of a link back to normal in ie6. I'm using a:active to change the background of a span when the user clicks on it. The target of the link is set to javascript:void(0), so clicking on the link just invokes a JS function I have. However, when the user releases the mouse button, the a:active state to be removed for the link, the background changed back to normal, but in ie6 it does not. It keeps the depressed background I've set in a:active.
Does anyone have any suggestions about how to fix this?
Thanks.