I have one div (left navigation menu) in master page & another div on the content page. I want the height of Master page div to increase dynamically as per the height of the content page. (The end user will put data in content page we don't know the exact height now of content page div).
I have tried height:100%, height:auto but it is not working.
enter code here
leftnavigation { width: 90%;
height: 100%; /*overflow: hidden;*/
background-color: #E5E7E9;
margin-left: -15px;
color: white; }