Team:Ravenwood Raptors

From 2014hs.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 14: Line 14:
   // PLEASE READ ABOVE COMMENT
   // PLEASE READ ABOVE COMMENT
-
   $("body.page-Team_Ravenwood_Raptors").append("<div class="container"><iframe class='real' src='http://raptor-igem.github.io/2014hs-website/'></iframe></div>");
+
   $("body.page-Team_Ravenwood_Raptors").append("<iframe class='real' src='http://raptor-igem.github.io/2014hs-website/'></iframe>");
  });
  });
Line 20: Line 20:
<style type="text/css">
<style type="text/css">
-
.real {
+
body {
 +
  overflow-x: hidden;
 +
  height: 100%;
 +
}
 +
.real {
   position: absolute;
   position: absolute;
   width: 100%;
   width: 100%;
-
   height: 100%;
+
   height: 99%;
   background-color: white;
   background-color: white;
   top: 0%;
   top: 0%;
Line 29: Line 33:
   overflow: hidden;
   overflow: hidden;
   z-index: 999;
   z-index: 999;
-
}
 
-
.container {
 
-
  width: 980px;
 
-
  height: auto;
 
-
  overflow: scroll;
 
-
  -webkit-overflow-scrolling: touch;
 
}
}
</style>
</style>

Latest revision as of 16:37, 20 June 2014