Okay, I completely suck at CSS. But I need to do it.
You can see my issue at http://www.eresig.tk, I am trying to make the div with “Lorem ipsum” and the one with “Testing4” at the same height.
I do not want to use absolute position, I want to do it with floating.
EDIT: I’ve got the answer I looked for.
If I understood your question correctly, you want the div with Testing 4 to be beside the one with Lorem ipsum. It that’s the case, you need to set a specific width on your divs. As long as you leave the width unspecified, they will default to 100% and the Testing 4 div will fall below the other one.
I also didn’t see a float on your Lorem Ipsum div.