Is it possible to change the style of an element, such as a button, immediately after the :active pseudo-class is triggered? I noticed that on "Facebook" in their "Sign Up" button, when you click on it and release your mouse, the button background turns white. Can this be achieved using CSS alone or should JQuery be used instead? How can this effect be implemented?