Forum Moderators: not2easy
The 'reactiveness" is one of the advantages of using floats, combined with clear.
For example:
#div1 { float: left; }
#div2 { float: left; }
<div id="div1">Hello</div>
<div id="div2">World</div>
Should give you exactly what you are looking for...