image of css layout that i want
Thas is the layout that i want to accomplish, kind of, I am having troubles having thos two columns together but the first one longer than the second, and getting them inside the white div.
so..
div1: is just a div with auto height and black bg
div2: the same as div1 but white bg
div3 and div4 are divs with auto height too, and grey bg at some point div 4 could be longer than div 3 or the other way around, these columns can increse in height therefore div1 and div2 should stretch
div5-8 are just images.
I am able to get this positioning of the divs, but they wont stay into the white div (when i float left div 3) they show up like div 3 was on top of the white and black divs, and if i make it longer it stretches more than the div1 and 2
Or I can also get them all inside the white div, but without floating left div4 which doesnt help =/
I know has to be some positioning problem, but I've tried some combinations and they wont work, at this point I am not using any position relative or anything.
help is appreciated.