Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>ISS Screensaver</title>
- <style type="text/css">
- *{margin:0;padding:0;}
- html,body{
- width: 100%;
- height: 100%;
- }
- iframe{border: 0px none transparent;}
- #liveFeed{
- width:100%;
- height:100%;
- }
- #map{
- position:absolute;
- bottom: 0px;
- right: 0px;
- z-index:10;
- }
- #map iframe{
- width: 625px;
- height: 352px;
- }
- </style>
- </head>
- <body>
- <div id="map">
- <iframe src="http://wsn.spaceflight.esa.int/iss/index_portal.php" scrolling="no" frameborder="0"></iframe>
- </div>
- <iframe id="liveFeed" src="http://www.ustream.tv/embed/17074538?v=2&wmode=direct&autoplay=true&volume=0&controls=false" scrolling="no" frameborder="0"></iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment