I have a main div container in the center of my webpage. It is already in place and contains various elements.
However, now I am trying to place a large content div (Div # 1) on the left, which occupies about 70% of the main Div container. What I can hardly do is get the CSS correctly if Div # 1, # 2, # 3 and # 4 are located as follows:

What should I do in this case for CSS regarding Div # 1 - # 4? Should I put Div # 1 to the left and set it as a percentage / fixed width? And the floating divs # 2 - 4 to the right?
Some recommendations with this will be appreciated!
source
share