Hey there! I'm currently working on positioning one div on top of another div programmatically (using javascript or css). These divs are completely separate and have the following structure:
<div class="bottom">
<img src="image"></img>
</div>
<div class="Top">
<img src="image2"></img>
</div>
I am still learning about javascript and css, and most solutions I come across involve nested divs that utilize zIndex. If you need more details to provide a solution, please feel free to ask. Thank you for your assistance!