simple noob question, assuming i have this:
<div style="height:90%; display:block">
<div id="second" style="height:inherit">
<div id="third" style="height:inherit">
</div
</div>
</div>
Does the third div has a property of 72% height or 90%?