Team:Lyon-INSA/home

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
<script>
<script>
 +
$(document).ready(function(){
$("#frame").css("width",$(window).width());
$("#frame").css("width",$(window).width());
-
$("#frame").css("height",$(window).height()-400);
+
$("#frame").css("height",$(window).height());
 +
});
$.getScript("https://static.igem.org/mediawiki/2012/5/52/Home.txt");
$.getScript("https://static.igem.org/mediawiki/2012/5/52/Home.txt");
$("#p-logo").find("img").attr("src","http://igem-insa.site88.net/site/images/pied_page2.png");
$("#p-logo").find("img").attr("src","http://igem-insa.site88.net/site/images/pied_page2.png");
Line 15: Line 17:
   </head>         
   </head>         
   <body>       
   <body>       
-
     <iframe id="frame" src="http://igem-insa.site88.net/site/home.html" width="1000px" scrolling="no" height="1000px" style="border:none"></iframe>  
+
     <iframe id="frame" src="http://igem-insa.site88.net/site/home.html" scrolling="no" style="border:none"></iframe>  
   </body>
   </body>
</html>
</html>

Revision as of 11:30, 18 July 2012