Team:Heidelberg LSL/Sundra col
From 2012hs.igem.org
(Difference between revisions)
(Created page with "{{Top}} {{Stylesheet}}") |
|||
Line 1: | Line 1: | ||
{{Top}} | {{Top}} | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | <html> | ||
+ | <body id="home" onload="setPageSize()"> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | |||
+ | <div class="img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012hs/4/4a/Sundra_col1.png" width="680"/> | ||
+ | |||
+ | <!--https://static.igem.org/mediawiki/2012hs/3/31/Sundra_button1.png--> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div><!--EndSubWrapper--> | ||
+ | |||
+ | <div id="news"> | ||
+ | <center> | ||
+ | |||
+ | |||
+ | |||
+ | </center> | ||
+ | </div><!--end news--> | ||
+ | </div><!-- end super_main_wrapper--> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function setPageSize() { | ||
+ | len = document.getElementById('super_main_wrapper').offsetHeight; | ||
+ | document.getElementById('bodyContent').style.height = len + 'px'; | ||
+ | document.getElementById('SupWrapper').style.height = len + 'px'; | ||
+ | document.getElementById('news').style.height = len + 'px'; | ||
+ | } | ||
+ | </script> | ||
+ | </html> |
Revision as of 20:41, 7 June 2012