I didn’t find something good that helps me so I’m asking a question, sorry if there is any answer lying around somewhere already
I want an html page wiht a header, left div for a menu, and in the middle (where you usually have 1 content div) – 4 divs for 4 graphs, and I want them to be aligned:
menu div | 1 2
| 3 4
I couldn’t do that with float left, because number 3 doesn’t stick to the menu, but to the left of the page…
any thoughts? (besides making everything super fixed, which is a solution I don’t like)
HTML
CSS
See this fiddle.
Note You might want to give the 4 divs equal height depending on your content.