make div that contains an iframe dynamic?
I have a div container and in it is an iframe. The iframe's height is dynamic meaning it changes with the content. The problem is that the div container's height doesn't dynamically change with the iframe's height开发者_开发问答. How do I make the div container's height change dynamically?
Thanks
If javascript is an option, you can try this.
精彩评论