I have a iframe
that receives "interacoes.php" which is a select.
But iframe
hides content on behalf of height="100%"
. If I put height=20000px;
it shows everything.
How can I make everything appear automatically?
I do not want to put a fixed height, why either makes the content small or large, goes according to what's in the select.
HTML:
<iframe src="interacao.php" width="100%" style="height:100%; min-height:900px;" frameborder="0" scrolling="no"></iframe>