Position absolute and z-index in IE10
问题 Bit of a strange one, I'm trying to overlay a couple of links over an image, and only in IE (all versions) is it displaying them behind the image. Works in Chrome, Firefox, et al. I've tried giving each element an appropriate z-index but it doesn't actually make any difference. I swear I've done this a a million times before with issues. Here's a JSFiddle for it: http://jsfiddle.net/SY8xp/ <a href="#" class="logo-link-a"><span>Link 1</span></a> <a href="#" class="logo-link-b"><span>Link 2<