How to make child of absolute parent be relative to the other parent
I have something like this
How can I make the child2 be relative to the parent (not child1)?
How can I make the child2 be relative to the parent (not child1)?
<div class="relative parent">
<div class="absolute child1">
<div class="absolute child2"></div>
</div>
</div>