I have two divs that are not nested, one below the other. They are both within one parent div, and this parent div repeats itself. So essentially:
#parent_div_1, #parent_div_2, #parent_div_3 { width: 100px; height: 100px; border: 1px solid red; margin-right: 10px; float: left; } .child_div_1 { float: left; margin-right: 5px; }
Check working example at http://jsfiddle.net/c6242/1/