I'm trying to accomplish layout below with divs. My current code doesn't work well. How can I do It?
Thanks
Current code: jsfiddle
Actual items in my code are :
#body_block
{
background-color: #B8B8B8;
}
#body
{
background-color: #BFBFBF;
}
#body_left
{
float: left;
margin-right: 50px;
background-color: #FFE0F8;
}
#body_right
{
background-color: #E1FFE0;
}