I need to draw something like this using html and css. I am not able to do so.
_____________________
| | | |
|______| |_____|
| |
|______ _____|
| | | |
|______|_______|____|
I created a major div, an outer rectangle and then created 4 nested divs, smaller rectangular. For the left side 2 i made them to float left and the other 2 float to right. But it is not something that i want. Can someone please let me know what should be done.
You need to use absolution positioning to achieve this. The absolution position of each inner div would have two of
top,left,right, orbottomset to 0.Here’s an example: