I am facing a challenge with an element that has two children, one of them is absolutely positioned. My goal is to position this absolutely placed element behind its sibling. Unfortunately, the z-index
property doesn't seem to be working as expected. Is there another way to achieve this effect?
You can view the JSFiddle example here: http://jsfiddle.net/03c3qq6w/. I would like the green box to be positioned behind the red one.