I have the following Pseudo-classes in my style sheet file. They work fine, but when you hit the back button in the browser in Explorer the "a:active" attributes remain visible until you select another link. Is there any way to stop this?
a:link
a:visited
a:hover
a:active
Thanks for your help.Nope. That's just how IE behaves. Sorry.
a:link
a:visited
a:hover
a:active
Thanks for your help.Nope. That's just how IE behaves. Sorry.