What I would like happen is this
I hover over the elements and their captions appear. That's easy.
But I also want to click the element and keep that hover state there, while the others still have the hovering effect.
I can't seem to do the 2nd step right. I don't know how to add the hover states back on after I click other elements.
Here is what I have so far:
Thank you
EDIT: Sorry for the bad description. Here's what I meant. Okay so there's image1 and image2 When I click on image1, the caption stays, no more fading out. When I hover on image2, the caption fades in and out.
Now I click on image2, the caption now stays, no more fading. BUT image1's fading caption returns back to the original state where it's fading in and out when you hover in and out.