I'm trying to develop the following effect. Where parents are two sections like this and child is an image. How to achieve this without using absolute?
<section>
<img />
</section
<section>
..more content
</section>
But I got to know that child's z-index cannot be more than parent than whats the way round this?