How to change an image on click using CSS alone?

Viewed 130737

I have an image and when the image is clicked I want to reveal another image below it. I am looking for a simple CSS only solution.

Is that possible?

7 Answers
Related