Fig 1. With the parent given style="position: absolute;", the parent grows height to cover the floated child:
<div style="position: absolute;"> <img style="float: left;" src="float.jpg" alt=""> <img src="crimson.png" alt=""> </div>