Encountering an issue with clickable divs in IE 10 while using CSS3 transitions and transforms on them. Despite animating correctly, the links are not functioning. This problem seems to be exclusive to IE 10 as it works fine in IE 11, Firefox, and Chrome. Additionally, the anchor does not work in IE 9 and below, but this is expected since those versions do not support CSS transitions.
I won't include my lengthy CSS code here, but I've provided a fiddle for comprehensive viewing.
HTML:
<div class="grid">
<figure class="effect-bubba columns large-4">
<img alt="" src="http://www.blackduckmn.com/_images/home/blackduck-minnesota-apple.JPG" />
<figcaption>
<h2>Lodging & Dining</h2>
<p>Blackduck offers a variety of lodging and dining options for every taste!</p> <a href="/visit/lodging-and-dining">View more</a>
</figcaption>
</figure>
</div>
JS Fiddle: http://jsfiddle.net/phorden/oysn4rgv/
Live Page: