Full-Screen iFrame with a Height of 100%
Question:
Is it possible to set the height of an iframe to 100% in all major browsers (IE/Firefox/Safari)?
Answer:
Yes, it is possible to set the height of an iframe to 100% using the following methods:
Method 1:
<body>
Method 2:
<body>
Hiding Scrollbars:
To hide the scrollbars of the iframe, you can use the following methods:
Method 1:
<body>
Method 2 (Hack):
<body>
The above is the detailed content of Can I Make an iFrame 100% Height Across All Major Browsers?. For more information, please follow other related articles on the PHP Chinese website!