While experimenting on this JSFiddle, I noticed that after clicking one of the boxes, the hover state becomes inactive and doesn't show up again.
These three boxes have their background set using css background-image
. The click event is attached using jQuery. Can you assist me in identifying why the hover state stops working?
Thank you for your help.