Team:WITS-CSIR SA/Project/Notebook
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<link href="../css/presentation.css" rel="stylesheet" type="text/css" /> | <link href="../css/presentation.css" rel="stylesheet" type="text/css" /> | ||
<link href="../css/theme/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css" />--> | <link href="../css/theme/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css" />--> | ||
- | |||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&ctype=text/css"> | ||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&ctype=text/css"> | ||
Line 74: | Line 73: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function () { | $(function () { | ||
- | $('#target').appendTo('body'); | + | $('#target').css({ |
+ | width: window.innerWidth + 'px', | ||
+ | height: window.innerHeight + 'px' | ||
+ | }).appendTo('body'); | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 09:06, 3 September 2011