Guest User

ISS Screensaver Page

a guest
Jul 30th, 2015
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>ISS Screensaver</title>
  4.     <style type="text/css">
  5.         *{margin:0;padding:0;}
  6.         html,body{
  7.             width: 100%;
  8.             height: 100%;
  9.         }
  10.         iframe{border: 0px none transparent;}
  11.         #liveFeed{
  12.             width:100%;
  13.             height:100%;
  14.         }
  15.         #map{
  16.             position:absolute;
  17.             bottom: 0px;
  18.             right: 0px;
  19.             z-index:10;
  20.         }
  21.         #map iframe{
  22.             width: 625px;
  23.             height: 352px;
  24.         }
  25.     </style>
  26. </head>
  27. <body>
  28.     <div id="map">
  29.         <iframe src="http://wsn.spaceflight.esa.int/iss/index_portal.php" scrolling="no" frameborder="0"></iframe>
  30.     </div>
  31.     <iframe id="liveFeed" src="http://www.ustream.tv/embed/17074538?v=2&amp;wmode=direct&amp;autoplay=true&amp;volume=0&amp;controls=false" scrolling="no" frameborder="0"></iframe>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment