What would be the best way for me to take something like this CSS Flip onhover, and make it apply the CSS transition / class onclick instead.
http://css3.bradshawenterprises.com/flip/
If someone could build a working example for me in jsfiddle, I would greatly appreciate it.
CSS does not have a CLICK event. You can use JavaScript to add a class on click, and have that CSS class perform the animation.