I have 3 div’s as shown on that picture, here:
How can I make sure than the green is BELOW the red one?
My code is:
<div id='black' style='float: left'></div>
<div id='red' style='float: left'></div>
<div id='green' style='float: left'></div>
Thanks a lot in advance.
Try this
Group the red and the green divs into a new float:left div
make a new css class called clr.
and try this markup
test it here