Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS z-index issue Re: z-index issue

#110415

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/