Advertisement
inovve

Full Screen iFrame 100% Width and Height

Feb 5th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. Need a PHP, MySQL, HTML5 and Wordpress expert? Go to www.inovve.com
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5. <title>iNovve.com- Webdesign & Development</title>
  6. <style>
  7. *{margin:0;padding:0}
  8. html, body {height:100%;width:100%;overflow:hidden}
  9. table {height:100%;width:100%;table-layout:static;border-collapse:collapse}
  10. iframe {height:100%;width:100%}
  11. .content {height:100%}
  12. </style>
  13. </head>
  14. <body>
  15. <iframe src="http://www.inovve.com" width="100%" height="100%" frameborder="0"></iframe>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement