Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>Projekt 1000 Grad.</title>
  7. <style type="text/css">
  8. <!--
  9. * { margin: 0;
  10. padding: 0;}
  11.  
  12. /* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
  13. body, html{ width: 100%;
  14. height: 100%;
  15. overflow: hidden;}
  16.  
  17. /* BG-Image auf unterste Ebene anordnen */
  18. #bgImg{ position: absolute;
  19. top: 0;
  20. left: 0;
  21. border: 0;
  22. z-index: 1;}
  23. /* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
  24. #bodyDiv{ position: absolute;
  25. top: 0;
  26. left: 0;
  27. z-index: 2;
  28. overflow: auto;
  29. width: 100%;
  30. height: 100%;
  31. text-align: center;}
  32. //-->
  33. </style>
  34. </head>
  35. <body>
  36. <img id="bgImg" src="background.jpg" width="100%" height="100%">
  37. <div id="bodyDiv" align="center">
  38. <iframe src="https://docs.google.com/file/d/0B_abwvRggwmCTUJwY2FtX2Noekk/preview"
  39. width="640" height="385"></iframe>
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement