you know this problem. A link is in a container that is set behind a absolute positioned block element above it. In this case the link can’t be clicked.
See for instance this example: http://jsfiddle.net/8VE3a/
I’m just curious, is there any way to make the container above not block a click event so that it “hits” the link underneath? The same question with hover? If I hover over the link I still want it’s mouse-over state to be triggered!?
Thank you in advance.
Here you are: http://jsfiddle.net/8VE3a/1/