Full-screen iframe with a height of 100%

You could use frameset as the previous answer states but if you are insistent on using iFrames, the 2 following examples should work: An alternative: To hide scrolling with 2 alternatives as shown above: Hack with the second example: To hide the scroll-bars of the iFrame, the parent is made overflow: hidden to hide scrollbars and the … Read more