Team:Valencia
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <!-- | + | <html><style> |
+ | <!-- Primer título de la página --> | ||
+ | .firstHeading { | ||
+ | display:none; <!-- No imprimir nada --> | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
- | < | + | <html> |
+ | <div align=center> | ||
+ | <embed src="https://static.igem.org/mediawiki/2009/3/39/Banner_val_igem.swf" type="application/x-shockwave-flash" wmode=transparent width="965" height="200"></embed> | ||
+ | </div> | ||
+ | </html> | ||
+ | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript"> | ||
- | { | + | function mouseOverHome() |
- | + | { | |
- | + | document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/1/1d/Igem_09_barra_navegacion_03.gif" | |
- | + | } | |
- | + | function mouseOutHome() | |
- | + | { | |
- | + | document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif" | |
- | + | } | |
- | + | ||
- | + | ||
+ | function mouseOverTeam() | ||
+ | { | ||
+ | document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/5/5b/Igem_09_barra_navegacion_04.gif" | ||
+ | } | ||
+ | function mouseOutTeam() | ||
+ | { | ||
+ | document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif" | ||
+ | } | ||
+ | function mouseOverProyect() | ||
+ | { | ||
+ | document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/8/84/Igem_09_barra_navegacion_05.gif" | ||
+ | } | ||
+ | function mouseOutProyect() | ||
+ | { | ||
+ | document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif" | ||
+ | } | ||
- | + | function mouseOverHuman() | |
+ | { | ||
+ | document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/3/3e/Igem_09_barra_navegacion_06.gif" | ||
+ | } | ||
+ | function mouseOutHuman() | ||
+ | { | ||
+ | document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif" | ||
+ | } | ||
- | { | + | function mouseOverNotebook() |
- | + | { | |
- | + | document.getElementById("b5").src="https://static.igem.org/mediawiki/2009/d/db/Igem_09_barra_navegacion_07.gif" | |
- | + | } | |
- | + | function mouseOutNotebook() | |
- | + | { | |
- | + | document.getElementById("b5").src="https://static.igem.org/mediawiki/2009/9/92/Igem_09_barra_navegacion_07_off.gif" | |
- | + | } | |
- | ( | + | |
+ | function mouseOverNews() | ||
+ | { | ||
+ | document.getElementById("b6").src="https://static.igem.org/mediawiki/2009/a/af/Igem_09_barra_navegacion_08.gif" | ||
+ | } | ||
+ | function mouseOutNews() | ||
+ | { | ||
+ | document.getElementById("b6").src="https://static.igem.org/mediawiki/2009/c/ce/Igem_09_barra_navegacion_08_off.gif" | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div style="position:absolute; left:59px; top:197px;"> | ||
+ | <table border="0" cellpadding="0" cellspacing="0"> | ||
+ | <tr> | ||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverHome()" | ||
+ | onmouseout="mouseOutHome()"> | ||
+ | <img border="0" alt="Home" src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif" id="b1" /></a></td> | ||
+ | |||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverTeam()" | ||
+ | onmouseout="mouseOutTeam()"> | ||
+ | <img border="0" alt="Team" src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif" id="b2" /></a></td> | ||
+ | |||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverProyect()" | ||
+ | onmouseout="mouseOutProyect()"> | ||
+ | <img border="0" alt="Proyect" src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif" id="b3" /></a></td> | ||
+ | |||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverHuman()" | ||
+ | onmouseout="mouseOutHuman()"> | ||
+ | <img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif" id="b4" /></a></td> | ||
+ | |||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverNotebook()" | ||
+ | onmouseout="mouseOutNotebook()"> | ||
+ | <img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/9/92/Igem_09_barra_navegacion_07_off.gif" id="b5" /></a></td> | ||
+ | |||
+ | <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverNews()" | ||
+ | onmouseout="mouseOutNews()"> | ||
+ | <img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/c/ce/Igem_09_barra_navegacion_08_off.gif" id="b6" /></a></td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 03:37, 20 July 2009