Team:CSIA-SouthKorea

From 2014hs.igem.org

(Difference between revisions)
 
(45 intermediate revisions not shown)
Line 1: Line 1:
-
<!doctype html>
 
<html>
<html>
-
<head>
+
<head>
-
  <title>Test</title>
+
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
-
  </head>
+
<script type="text/javascript">
-
  <body style="position: absolute; width:100%; background-color: skyblue;">
+
  $(document).ready(function(){
-
   
+
  // If replace original site, it may bad
-
  </body>
+
  $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' frameborder='0' src='http://csia-southkorea.herokuapp.com'></iframe>");
 +
  $('#globalWrapper').css('display', 'none');
 +
  });
 +
</script>
 +
<style type="text/css">
 +
body{
 +
  margin:0px;padding:0px;overflow:hidden;
 +
}
 +
.heroku-iframe{
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 100%;
 +
  background-color: white;
 +
  top: 0%;
 +
  left: 0%;
 +
  overflow: hidden;
 +
  z-index: 999;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<div id="page-contain">
 +
  <div class="page-real-main">
 +
  </div>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 13:28, 20 June 2014