I have 2 nested css elements. I need to get the parent to be on top, that is, above in z-axis, of the child element. Just setting z-index is not sufficient. How do I do this? Thanks.
Edit: I can't set a negative z-index on the child, that'll set it to below the page container on my actual page. Is this the only method?
Edit2: Updated example to set both on position:absolute;