I am having trouble when trying to allow users to click a picture and open a link when there is an overlay on hover
Here is an example of my problem
The first version does not work because it is shaded on hover. In the second version it all works because it is not shaded
<div class="li_poster">
<a href="http://google.com" target="_blank">
<img src="http://www.logodesignlondon.co.uk/wp-content/uploads/2013/12/google.jpg" alt="google" title="google"/>
</a>
<span class="opt"></span>
</div>
So how do I make the first version with hyperlinks to stay in the shaded?