In IE8 if I click exactly on the text-value on a submit button, it doesn\'t get the properties from the input:active CSS selector.
input:active
But if I click elsewh
:active selector edit in IE /edit is used to select and style the active link (anchor) element, not input.
:active
Use Javascript to attach on focus event to your button.