|
|
(24 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <head> | + | <div id="topbar_mix"></div> |
- | <style> | + | <script type="text/javascript"> |
- | table#footmenu a {
| + | tbm = document.getElementById('topbar_mix'); |
- | text-decoration: none;
| + | mbar = document.getElementById('menubar'); |
- | color: #DDF3BD;
| + | tbm.innerHTML = mbar.innerHTML; |
- | }
| + | |
- | table#footmenu {
| + | |
- | background-color: transparent;
| + | mobileMode(); |
- | }
| + | stylist(); |
- | table#footmenu th {
| + | function tunnel() { |
- | align:center;
| + | parent.resizeIframe(document.body.scrollHeight); |
- | }
| + | |
- | table#footmenu th:hover {
| + | |
- | text-decoration:none;
| + | |
- | color:red;
| + | |
- | background-color:#719739;
| + | |
| } | | } |
- | </style> | + | function setMobile() { |
| + | if(parent.isMobile()) mobile = true; |
| + | } |
| + | // setTimeout(tunnel, 300); |
| + | </script> |
| | | |
- | </head> | + | </div></html> |
- | <body>
| + | |
- | <div style="background-color:#3B5515;">
| + | |
- | <table id="footmenu" width="62%" align="center">
| + | |
- | <tbody><tr>
| + | |
- | <th><a title="Team:Queens-Canada" href="https://2010.igem.org/Team:Queens-Canada">Home</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Team" href="https://2010.igem.org/Team:Queens-Canada/Team">Team</a>
| + | |
- | </th><th><a rel="nofollow" title="https://igem.org/Team.cgi?year=2010&team_name=Queens-Canada" class="external text" href="https://igem.org/Team.cgi?year=2010&team_name=Queens-Canada">Official</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Project" href="https://2010.igem.org/Team:Queens-Canada/Project">Project</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Parts" href="https://2010.igem.org/Team:Queens-Canada/Parts">Parts</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Modelling" href="https://2010.igem.org/Team:Queens-Canada/Modelling">Modelling</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Notebook" href="https://2010.igem.org/Team:Queens-Canada/Notebook">Notebook</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Safety" href="https://2010.igem.org/Team:Queens-Canada/Safety">Safety</a>
| + | |
- | </th><th><a title="Team:Queens-Canada/Sponsorship" href="https://2010.igem.org/Team:Queens-Canada/Sponsorship">Sponsorship</a>
| + | |
- | </th></tr></tbody></table>
| + | |
- | </div>
| + | |
- | </body>
| + | |
- | </html> | + | |