I have a set of buttons which have 3 CSS states attached: default, :hover and :active.
Both the default and :hover states display correctly, but the :active state is ignored in IE7.
I'm really not feeling a JavaScript fix and would like to avoid this if at all possible.
