Código :
<style type="text/css"> <!-- .padre { background-color: #09C; height: auto !important; position: relative; } .hijo { width: 200px; position: absolute; background-color: #9F3; float: left; top: 0px; left: 0px; height: auto !important; } .corte{ clear:both;} --> </style> <div class="padre">aqui padre <div class="hijo"> <p>a</p> <p>b</p> <p>c</p> <p>d</p> <p>f</p> </div> <div class="corte"></div> </div>
Eh probado un monton de soluciones pero no me hace esto:

Apreciare una ayuda...
