The idea of using CSS Sprites to implement button states can easily go wrong as I found out. And I spent quite some time trying to figure out the problem. Here is what I found:
in the :hover CSS declaration, one has to repeat the background-image attribute even though it is the same as what’s in [...]
