Team:Heidelberg LSL/Sundro col
From 2012hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{TopII}} | {{TopII}} | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | |||
+ | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | #news {min-height: 748px;} | ||
+ | </style> | ||
+ | <body id="home" onload="setPageSize()"> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | |||
+ | <div class="img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012hs/a/a5/Sundro_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:47, 7 June 2012