I am struggling to create 2 overlapping divs in the layout shown below.
------------------------------------
| | |
| ------------------ | |
| ' '| |
| ' '| |
| ' '| |
| ' '| |
| ' '| |
| ' '| |
| ' '| |
| --------------------| |
| ' '| |
| ' '| |
| -------------------| |
| | |
| | |
------------------------------------
I have been experimenting with it on this JSFiddle link, but haven't been successful. Can someone help me figure out what I'm doing wrong?
Edit 1: I want a left div and a right div, where the left div contains the overlapping elements. The right div should be a standard one. Just to clarify, many of you may have misunderstood and thought the right div is meant to overlap. It's actually the two inner divs within the left div that need to overlap.
Apologies for any confusion caused by my initial explanation.