Is is possible to have the inner div be absolutely positioned to the window and not to the outer div?
<div style=“position:absolute;left:200px;top:200px”>
<div style=“position:absolute;left:20px;top:20px”></div>
</div>
Is is possible to have the inner div be absolutely positioned to the window and not to the outer div?
<div style=“position:absolute;left:200px;top:200px”>
<div style=“position:absolute;left:20px;top:20px”></div>
</div>
:: Copyright KIRUPA 2024 //--