My div has a position:absolute
setting because I need it to be able to show/hide on my page.
However, now I want to add a Close Button in the top-right corner, but I am unable to do so because my div is already positioned absolutely.
If possible, please provide a solution without using JavaScript.
Thank you