I have a div with dynamic content. When the content loads in the div I want the div to resize to fit the content. But I want this resizing to have a maximum height. If the conte
div {height:auto;overflow:scroll;max-height:200px;}