Internet Explorer doesn't support :focus.

You have two possible options:
  1. Add the styles with javascript
  2. try using :active as well
I'm pretty sure the first would work with jQuery. The second is something I've heard suggested as a workaround but not tried personally.