I want to style the :active state of a button that is represented by an tag. The tag has an inner
:active
I had the same issue, and FINALLY figured it out: You need a target in the tag, i.e. add the "href" attribute in the tag:
Log On
Works like a charm in all IE versions. :)