Home › Forums › CSS › z-index issue › Re: z-index issue
September 19, 2012 at 9:06 pm
#110415
Member
So currently you have the featured span as the direct parent of the image. The problem being that a parent can never sit in front of a child (the parent is what contains the child). You would be best using a sibling element, like this: http://jsfiddle.net/joshnh/9G5Df/