1
I have a iframe
which receives "interactions.php" which is a select.
But the iframe
hides content on account of height="100%"
. If I put height=20000px;
he shows everything.
How can I make everything appear automatically?
I do not want to put a fixed height, because it either makes the content be small or large, will according to what has in select.
HTML:
<iframe src="interacao.php" width="100%" style="height:100%; min-height:900px;" frameborder="0" scrolling="no"></iframe>
You could enable scrolling?
– Gabplay
Thank you for replying Abriel. It would not be ideal to enable the scroll. The interesting is the automatic height :/
– joaomarcos1