เมื่อกดไปหน้าที่มี iframe นี้ จะแสดงเฉพาะ iframe เท่านั้น ข้อความหน้าเว็บนั้นจะหายไปหมด
<style type="text/css"> iframe { position: fixed; background: #000; border: none; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; } </style>
<iframe src="http://vir9.com/qa/" frameborder="0" height="100%" width="100%"></iframe>
Approach 2 – Fixed positioning
http://stackoverflow.com/questions/5867985/full-screen-iframe-with-a-height-of-100