Team:Ravenwood Raptors

From 2014hs.igem.org

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

Revision as of 15:40, 20 June 2014