Guest User

Untitled

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