Team:CSIA-SouthKorea
From 2014hs.igem.org
(Difference between revisions)
(32 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $("body.page-Team_CSIA-SouthKorea"). | + | // If replace original site, it may bad |
+ | $("body.page-Team_CSIA-SouthKorea").append("<iframe class='heroku-iframe' frameborder='0' src='http://csia-southkorea.herokuapp.com'></iframe>"); | ||
+ | $('#globalWrapper').css('display', 'none'); | ||
}); | }); | ||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | . | + | body{ |
+ | margin:0px;padding:0px;overflow:hidden; | ||
+ | } | ||
+ | .heroku-iframe{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100%; |
- | height: | + | height: 100%; |
+ | background-color: white; | ||
+ | top: 0%; | ||
+ | left: 0%; | ||
+ | overflow: hidden; | ||
+ | z-index: 999; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <div id="page-contain"> | |
+ | <div class="page-real-main"> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 13:28, 20 June 2014