Could anybody tell me with the pseudo class :active from css only works in IE7?
You can check my code on the following web page.
www.ercesar.com
UPDATED
What I mean is what it ...
im so confused with the CSS Pseudo classes :focus or :active,because it works well with :hover in ie8 ,but don't work with :focus or :active.
like this:
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 ...