I am facing a situation and require assistance (related to HTML/CSS/JS)
I currently have a div containing an image (occupying the entire div space) such that when hovered over, another div with an image is displayed on top (the second div is semi-transparent). However, the link on the bottom image is not functioning due to the presence of the new semi-transparent div on top of it.
Is there a way to make the link work in this scenario?
Thank you!