What I'm trying to achieve is using jQuery to display a box when hovering a different element above it.
I've found what I need in this post. You can also check out this jsfiddle. The problem is that this solution doesn't fully meet my needs, because I need the <a>
element to be shown on hover state while hovering the box below. When you hover the box, the <a>
element loses the hover state, which is pretty standard, but I need it to be shown in hover state.
Any ideas? :)