Guest User

Untitled

a guest
Dec 17th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title></title>
  5. <meta charset="UTF-8" />
  6. <style>
  7. html, body {
  8. height:100%;
  9. margin:0;
  10. width:100%;
  11. overflow:hidden;
  12. }
  13. </style>
  14. <title>Just a test</title>
  15. </head>
  16. <iframe src="left_frame.html" width="20%" height="100%">
  17. <p>Your browser doesn't support iframe / html5 </p>
  18. </iframe>
  19. <iframe id="right_frame" src="empty.html" width="79%" height="100%" >
  20. <p>Your browser doesn't support iframe / html5 </p>
  21. </iframe>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment