I have two elements in the same container, the first has position: absolute, the second position: relative. Is there a way to set the \"z-index\" o
position: absolute
position: relative
http://jsfiddle.net/8eLJz/3/
nav#mainNav > img { z-index: -1; }