Team:St Pauls London

From 2014hs.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 3: Line 3:
<script>
<script>
-
   $('html').empty().append('<head></head><body></body>');
+
   $('head').empty();
 +
  $('body').empty().removeClass().css('margin','0');
    
    
-
   var iframe = $('<iframe src="http://igem.lucaciraolo.com" style="border: 0; width: 100%; height: 100%"></iframe>');
+
   var iframe = $('<iframe src="http://igem.lucaciraolo.com" style="border: 0; width: 100%;"></iframe>').css('height',$(window).height());
   $('body').html(iframe);
   $('body').html(iframe);
-
   //$('html').html($('iframe').html());
+
 
 +
   $(window).resize(function () {
 +
    iframe.css('height',$(window).height());
 +
  });
 +
 
</script>
</script>
</html>
</html>

Latest revision as of 22:02, 12 May 2014