Team:Heidelberg LSL/Online store
From 2012hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Top}} | {{Top}} | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | |||
+ | <html> | ||
+ | <style type="text/css"> | ||
+ | #news {min-height: 430px;} | ||
+ | |||
+ | .gallery p {padding: 0 20px; | ||
+ | text-align: justify; | ||
+ | font-size: 12px;} | ||
+ | </style> | ||
+ | |||
+ | <body id="home" onload="setPageSize()"> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <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 11:55, 7 June 2012