Team:Heidelberg LSL/Project intro
From 2012hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{TopII}} | {{TopII}} | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | #bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;} | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function setPageSize() { | ||
+ | len = document.getElementById('super_main_wrapper').offsetHeight; | ||
+ | document.getElementById('bodyContent').style.height = len + 'px'; | ||
+ | document.getElementById('news').style.height = len + 'px'; | ||
+ | } | ||
+ | </script> | ||
+ | </style> | ||
+ | |||
+ | <body id="sponsors" onload="setPageSize()"> | ||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
<html> | <html> | ||
<a href="http://www.youtube.com/watch?v=l-ITv4OBV9c">http://www.youtube.com/watch?v=l-ITv4OBV9c</a> | <a href="http://www.youtube.com/watch?v=l-ITv4OBV9c">http://www.youtube.com/watch?v=l-ITv4OBV9c</a> | ||
</html> | </html> |
Revision as of 19:54, 11 June 2012
<style type="text/css">
- bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;}
<script type="text/javascript"> function setPageSize() { len = document.getElementById('super_main_wrapper').offsetHeight; document.getElementById('bodyContent').style.height = len + 'px'; document.getElementById('news').style.height = len + 'px'; } </script> </style>
<body id="sponsors" onload="setPageSize()">