2
People what would be the best way to define the height of a iframe
at 100%? I have tried with Height=100%
own property HTML
(although it is no longer advisable after the HTML5
and of the CSS
), and also tried to define a style sheet height:100%;
.
I’ve searched the forum but found no similar solution.
I don’t know if it helps you, but if you start your stylesheet with html, body { height: 100%} the rest of the elements will understand that there is a relative percentage internally.
– Ivan Ferrer
That’s right @Ivanferrer I even researched in English and I found the solution I tried a long time ago, I didn’t know this particularity of html, body having that is like 100%. Without it wouldn’t work, I even put an answer below.
– Maicon Herverton