Need help with showing and hiding divs based on image clicks. Have 2 images (Image_A and Image_B) and 2 hidden Divs (Div_A and Div_B).
If Image_A is clicked, show Div_A. If Image_B is clicked, hide Div_A and show Div_B. This should work both ways, ensuring only one div is shown at a time.
Is it possible to achieve this using pure CSS or do I need to use Javascript/jQuery?
Appreciate any guidance!