I need to set the height of the iframe according to the content.
<iframe src="../graphs/Average.html" alt="##graphname" width=100% height=680px overflow:visible frameborder=0 class="general" style="border-collapse: collapse;" noresize onload="document.getElementById('p').style.display='none';"></iframe>
I have also tried: <style> div{overflow:visible} </style>
But its also not working.