I have on my page 2 divs: one (left) with menu and second (right) with content. Right div must have width of 800px and be horizontally centered. I want left div to fill all remaining space.
I tried setting display of the divs as table-cell or setting float to right and left and putting in left div span element with width:100%, but it didn't work.
Is there any way to make the divs look as I want?