I would assume this is possible, but i just cant figure it out..
i have a site thats basic structure is set up as follows.
<div id="header"></div>
<div id="main">
<div id="navigation"></div>
<div id="content"></div>
</main div>
<div id="footer"></div>
The navigation is a left hand navigation with a content div to the right of it. I would like to scale the navigation vertically to be the same height as the content div depending on what is loaded into the content div. the information for the content div is pulled in through PHP, so it is different every time. anyway long story short. Is there a way to set it so that my navigation will always be the full height of the content div no matter which page is loaded?