Can someone provide guidance on how to achieve the following effect in CSS?
I have attempted setting the outer div with position: relative
and the inner div with position: absolute
, but it did not work as expected.
Your advice is greatly appreciated. Thank you!
------------
|//////////|
|//////////| <= hidden
--------------------
| | | |
| | inner div| |
| | | |
| ------------ |
| |
| |
| |
| |
--------------------