Full height DIV

by ffMathy

HTML

<div style="height: 250px; width: 300px; background-color: red;">
    <div style="height: 100%; width: 100px; background-color: blue;"></div>
</div>