|
|
Line 1: |
Line 1: |
- | <html> | + | <html lang="en"> |
- | | + | |
- | <div id="medialinks" class="raised" style="padding: 0px; width: 34px; top: 0px;">
| + | |
- | <a href="https://twitter.com/iGEM_vlcCIPF" target="_blank">
| + | |
- | <img src="https://static.igem.org/mediawiki/2013/b/b3/VlcCIPF_twitter.jpg" style="padding: 2px 0 2px 0;" class="icon" width="30px" title = "Follow Us On Twitter" alt="Follow Us On Twitter" />
| + | |
- | </a>
| + | |
- | <a href="https://www.facebook.com/pages/IGEM-Valencia-CIPF-2013/210156152470000?ref=hl" target="_blank">
| + | |
- | <img src="https://static.igem.org/mediawiki/2013/e/ee/VlcCIPF_facebook.jpg" style="padding: 2px 0 2px 0;" class="icon" width="30px" title="Follow Us On Facebook" alt="Follow Us On Facebook" />
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | | + | |
- | //desde aqui
| + | |
- | | + | |
| <head> | | <head> |
- | <title>menu movible</title> | + | <meta charset="utf-8" /> |
- | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | + | <title>Valencia-CIPF 2013</title> |
- | <script language="JavaScript">
| + | <link rel="stylesheet" href="https://2013.igem.org/wiki/index.php?title=Team:Valencia-CIPF/style.css&action=raw&ctype=text/css" type="text/css" /> |
- | //Menú en posición fija v.2 (27.6.05)
| + | |
- | //script por tunait!
| + | |
- | //http://javascript.tunait.com/
| + | |
- | var posicionSup = 10; //posición del menú desde arriba
| + | |
- | var tunIex=navigator.appName=="Microsoft Internet Explorer"?true:false;
| + | |
- | if(tunIex && navigator.userAgent.indexOf('Opera')>=0){tunIex = false}
| + | |
- | function posicion(){
| + | |
- | tunMenu = document.getElementById('menu')
| + | |
- | var scrollarriba=document.body.scrollTop;
| + | |
- | scrollarriba += posicionSup;
| + | |
- | tunMenu.style.top=scrollarriba + "px";
| + | |
- | }
| + | |
- | function iniciaMenu(){
| + | |
- | tunMenu = document.getElementById('menu')
| + | |
- | tunMenu.style.top = posicionSup + "px";
| + | |
- | if(tunIex){
| + | |
- | tunMenu.style.position='absolute'
| + | |
- | onscroll = posicion;
| + | |
- | }
| + | |
- | else{tunMenu.style.position='fixed'}
| + | |
- | }
| + | |
- | </script>
| + | |
- | <style type="text/css">
| + | |
- | <!--
| + | |
- | body{
| + | |
- | margin: 0;
| + | |
- | background-color: #F5F5EB;
| + | |
- | }
| + | |
- | #menu{
| + | |
- | position:absolute;
| + | |
- | left: 0;
| + | |
- | width:100%;
| + | |
- | height:39px;
| + | |
- | color: #FFFFFF;
| + | |
- | font-family: Verdana, Arial, Helvetica, sans-serif;
| + | |
- | font-size: 7pt;
| + | |
- | font-weight: bold;
| + | |
- | text-align: center;
| + | |
- | background-color: #AD562C;
| + | |
- | z-index:1;
| + | |
- | border: 1px none #000000;
| + | |
- | }
| + | |
- | -->
| + | |
- | </style>
| + | |
| </head> | | </head> |
| + | <body> |
| + | <div id="access"> |
| + | <div class="wrapper"> |
| + | <div class="menu"><ul> |
| + | <li class="space_item-A"></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF" class="current_page_item">Home</a></li> |
| + | <li class="space_item-B"></li> |
| + | |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Team" >Team</a></li> |
| + | <li class="space_item-C"></li> |
| + | |
| + | <li class="space_item"><a id="name" >Project</a> |
| + | <ul class="children"> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/TheProblem" >The Problem</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/OurSolution" >Our Solution</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Biobricks" >Biobricks</a></li> |
| + | </ul></li> |
| + | <li class="space_item-D"></li> |
| + | |
| + | <li class="space_item"><a id="name" >Wet Lab</a> |
| + | <ul class="children"> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Introduction" >Introduction</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Strategy" >Strategy</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Experimentation" >Experimentation</a></li> |
| + | </ul></li> |
| + | <li class="space_item-E"></li> |
| + | |
| + | <li class="space_item"><a id="name" >Dry Lab</a> |
| + | <ul class="children"> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Introduction1" >Introduction</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Modelling" >Modelling</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Software" >Software</a></li> |
| + | </ul></li> |
| + | <li class="space_item-F"></li> |
| + | |
| + | <li class="space_item"><a id="name" >Human Practices</a> |
| + | <ul class="children"> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Safety" >Safety</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Activities" >Activities</a></li> |
| + | </ul></li> |
| + | <li class="space_item-G"></li> |
| + | |
| + | <li class="space_item"><a id="name" >More</a> |
| + | <ul class="children"> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Collaboration" >Collaboration</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Notebook" >Notebook</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/JudgingCriteria" >Judging Criteria</a></li> |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/References" >References</a></li> |
| + | </ul></li> |
| + | <li class="space_item-H"></li> |
| + | |
| + | <li class="page_item"><a href="https://2013.igem.org/Team:Valencia-CIPF/Acknowledgements" >Atributions</a></li> |
| + | </ul></div> |
| + | |
| | | |
- | <body onload="iniciaMenu()">
| + | </div> |
- | <script type="text/javascript">
| + | </div> |
- | <!--
| + | |
- | fecha = new Date();bust = fecha.getTime();
| + | |
- | if (!HVbpjs2){ var HVbpjs2 = 1; ads_hv_FactorX2=20;var publicId;var Doctype;var search;
| + | |
- | function doctype_exists(){if (document.doctype) {publicId = document.doctype.publicId;}
| + | |
- | else {var IE = /*@cc_on!@*/false;if (IE) {if (document.all[0].nodeType == 8) {Doctype = document.all[0].nodeValue;if (Doctype != null){search = Doctype.match(/^DOCTYPE\s+(html|math|svg)\s+(SYSTEM|PUBLIC)\s+"(.*\/\/EN)".*$/i);if (search[3]) publicId = search[3];}}}}if (publicId != null) {return true;}return false;}
| + | |
- | function ads_hv_setVals2() { if (document.body){if (doctype_exists()==true){innerWidth2 = document.documentElement.clientWidth; innerHeight2 = document.documentElement.clientHeight;}else{innerWidth2 = document.body.clientWidth; innerHeight2 = document.body.clientHeight;}
| + | |
- | } else{innerWidth2 = 1004;innerHeight2= 578;}ads_hv_posY2 = innerHeight2 - ads_hv_altura2;ads_hv_posX2 = (innerWidth2 - ads_hv_anchura2)/2;ads_hv_posYmax=document.body.scrollHeight-90;}
| + | |
- | function ads_hv_markMe2() {if (screen.width >= 640 ){window.onresize=ads_hv_setVals2;ads_hv_setVals2();}} if (document.body){if (doctype_exists()==true){ads_hv_altura2=document.documentElement.clientHeight;ads_hv_anchura2=document.documentElement.clientWidth;}else{ads_hv_altura2=document.body.clientHeight;ads_hv_anchura2=document.body.clientWidth;}
| + | |
- | } else{if (frames.length==0){ads_hv_altura2=301;ads_hv_anchura2=451;} else{ads_hv_altura2=0;ads_hv_anchura2=0;}} ads_hv_puesto2 = 0;}
| + | |
- | var hv_layer_elTexto = '<link href=\"http://www.galeon.com/barra_inferior/barra.css\" rel=\"stylesheet\" type=\"text/css\" /><div id=\"b_gris\"> <div class=\"barra_galeon\"> <div class=\"barra_galeon_right\"> <ul class=\"servicios\"> <li><a href=\"http://hispavista.com\" target=\"_blank\" class=\"hv\" title=\"Hispavista.com\">Hispavista.com</a></li> <li><a href=\"http://trabajos.com\" target=\"_blank\" class=\"tb\" title=\"Trabajos.com\">Trabajos.com</a></li> </ul> <a href=\"http://galeon.com\" class=\"boton_secundario\" target=\"_blank\">crea tu web</a> </div> <a href=\"http://galeon.com\" class=\"logo\"><img src=\"http://www.galeon.com/img/pie/gratuitas/logo_galeon.png\" alt=\"Alojado en Galeon.com Hispavista\" title=\"alojamiento web gratis\" /></a> <form id=\"form1\" name=\"form1\" method=\"post\" action=\"http://guiagaleon.hispavista.com/buscar/\"> <input name=\"cadena\" type=\"text\" placeholder=\"Buscar en Galeon\"> <input name=\"Submit\" value=\"Buscar\" class=\"boton_buscar\" type=\"submit\"> </form> <ul class=\"compartir\"> <li>Compartir en:</li> <li><a href=\"http://twitter.com/intent/tweet?text=http%3A%2F%2Fgaleon.com%2Fcastudillo%2FJAVASCRIPT%2Fejemplos%2Fmenufijo.html\" class=\"tw\" title=\"Compartir en Twitter\" target=\"_blank\">Compartir en Twitter</a></li> <li><a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgaleon.com%2Fcastudillo%2FJAVASCRIPT%2Fejemplos%2Fmenufijo.html\" class=\"fb\" title=\"Compartir en Facebook\" target=\"_blank\">Compartir en Facebook</a></li> <li><a href=\"https://plus.google.com/share?url=http%3A%2F%2Fgaleon.com%2Fcastudillo%2FJAVASCRIPT%2Fejemplos%2Fmenufijo.html\" class=\"go\" title=\"Compartir en Google +\" target=\"_blank\">Compartir en Google +</a></li> <li class=\"separador\"><a href=\"http://galeon.com/informarMalUso/\" class=\"denunciar\" target=\"_blank\" title=\"Informar sobre mal uso\">Denunciar</a></li> </ul> </div></div></div><br><center><iframe src="http://web.hispavista.com/delivery/afr.php?zoneid=24&source=hv_galeon_internet&e=100&e2=1220&cb='+bust+'" frameborder=0 scrolling=no width=0 height=0></iframe></center></div>';
| + | |
- | if (ads_hv_altura2>200 && ads_hv_anchura2>450){ document.write(hv_layer_elTexto);
| + | |
- | if (screen.width < 1024){ads_hv_posLeft2 = ads_hv_anchura2+728;} else {ads_hv_posLeft2 = ads_hv_anchura2-728;}ads_hv_altura2 = ads_hv_altura2-0; var ads_hv_vr2 = navigator.userAgent.replace(/mac/gi,"");ads_hv_markMe2();}
| + | |
- | // -->
| + | |
- | </script><div id="content_barra_galeon">
| + | |
- | <div id="contenido_barra_galeon2"><center><script>fecha = new Date();bust = fecha.getTime();var publicId;var Doctype;var search;
| + | |
- | if (!HVbpjs3){var HVbpjs3 = 1; ads_hv_FactorX3=20;
| + | |
- | function doctype_exists(){if (document.doctype) {publicId = document.doctype.publicId;}
| + | |
- | else {var IE = /*@cc_on!@*/false;if (IE) {if (document.all[0].nodeType == 8) {Doctype = document.all[0].nodeValue;if (Doctype != null){search = Doctype.match(/^DOCTYPE\s+(html|math|svg)\s+(SYSTEM|PUBLIC)\s+"(.*\/\/EN)".*$/i);if (search[3]) publicId = search[3];}}}} if (publicId != null) {return true;}return false;}
| + | |
- | function ads_hv_setVals3() {if (document.body){if (doctype_exists()==true){innerWidth3 = document.documentElement.clientWidth;innerHeight3 = document.documentElement.clientHeight;}else{innerWidth3 = document.body.clientWidth;innerHeight3 = document.body.clientHeight;}}else{innerWidth3 = 1004;innerHeight3= 578;}ads_hv_posY3 = innerHeight3 - ads_hv_altura3;ads_hv_posX3 = (innerWidth3 - ads_hv_anchura3)/2;ads_hv_posYmax=document.body.scrollHeight-90;}
| + | |
- | function ads_hv_markMe3() {if (screen.width >= 640 ){window.onresize=ads_hv_setVals3;ads_hv_setVals3();}}if (document.body){if (doctype_exists()==true){ads_hv_altura3=document.documentElement.clientHeight;ads_hv_anchura3=document.documentElement.clientWidth;}else{ads_hv_altura3=document.body.clientHeight;ads_hv_anchura3=document.body.clientWidth;}}else{if (frames.length==0){ads_hv_altura3=301;ads_hv_anchura3=451;} else{ads_hv_altura3=0;ads_hv_anchura3=0;}} ads_hv_puesto3 = 0;}
| + | |
- | var hv_layer_elTexto = '<iframe src="http://web.hispavista.com/delivery/afr.php?zoneid=1&source=hv_galeon_internet&e=100&e2=1220&cb='+bust+'" frameborder=0 scrolling=no width=728 height=90></iframe>';
| + | |
- | if (ads_hv_altura3>200 && ads_hv_anchura3>450){ document.write(hv_layer_elTexto);
| + | |
- | if (screen.width < 1024){ads_hv_posLeft3 = ads_hv_anchura3+728;} else {ads_hv_posLeft3 = ads_hv_anchura3-728;}ads_hv_altura3 = ads_hv_altura3-0; var ads_hv_vr3 = navigator.userAgent.replace(/mac/gi,"");ads_hv_markMe3();}
| + | |
- | </script>
| + | |
- | | + | |
- | <SCRIPT LANGUAGE="javascript1.2" SRC="http://www.google-analytics.com/urchin.js" type="text/javascript"></SCRIPT>
| + | |
- | <SCRIPT type="text/javascript">
| + | |
- | <!-- //
| + | |
- | _uacct="UA-152964-6";
| + | |
- | urchinTracker();
| + | |
- | // -->
| + | |
- | </SCRIPT>
| + | |
- | | + | |
- | <div id="menu" >
| + | |
- | ------------------------------------------------------------------------<br />
| + | |
- | | opcion1 | opcion 2 | opcion 3 | opcion 4 | opcion 5 |<br />
| + | |
- | | + | |
- | ------------------------------------------------------------------------
| + | |
- | </div> | + | |
| <p> | | <p> |
- | | + | <div id="header" style="height:360px;"> |
- | </p> | + | <div class="wrapper"> |
- | <p> </p> | + | <div id="project-image"></div> |
- | <p> </p> | + | <div id="project-description" role="description"> |
- | <p> </p> | + | <div class="site-title" id="Home"> |
- | <p> </p>
| + | </div> |
- | <p> </p>
| + | <div id="site-description"> |
- | <p> </p>
| + | <p></p> |
- | <p> </p>
| + | </div> |
- | <p> </p>
| + | </head> |
- | <p> </p>
| + | |
- | | + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <h6>ESTE ES E EJEMPLO DEL MENÚ QUE SE DESLIZA O Q NUNCA CAMBIA DE POSICIÓN...!! </h6>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | <p> </p>
| + | |
- | | + | |
- | | + | |
- | <script type="text/javascript">
| + | |
- | <!--
| + | |
- | fecha = new Date();
| + | |
- | bust = fecha.getTime();
| + | |
- | if (!HVbpjsabajo2){ var HVbpjsabajo2 = 1; ads_hv_FactorX2=20;var publicId;var Doctype;var search;
| + | |
- | function doctype_exists(){if (document.doctype) {publicId = document.doctype.publicId;} else {var IE = /*@cc_on!@*/false;if (IE) {if (document.all[0].nodeType == 8) {Doctype = document.all[0].nodeValue;if (Doctype != null){search = Doctype.match(/^DOCTYPE\s+(html|math|svg)\s+(SYSTEM|PUBLIC)\s+"(.*\/\/EN)".*$/i);if (search[3]) publicId = search[3];}}}}if (publicId != null) {return true;}return false;}
| + | |
- | function ads_hv_setVals2() {if (document.body){if (doctype_exists()==true){innerWidth2 = document.documentElement.clientWidth; innerHeight2 = document.documentElement.clientHeight;}else{innerWidth2 = document.body.clientWidth; innerHeight2 = document.body.clientHeight;}} else{innerWidth2 = 1004;innerHeight2= 578;}
| + | |
- | ads_hv_posY2 = innerHeight2 - ads_hv_altura2;ads_hv_posX2 = (innerWidth2 - ads_hv_anchura2)/2;ads_hv_posYmax=document.body.scrollHeight-90;}
| + | |
- | function ads_hv_markMe2() {if (screen.width >= 640 ){window.onresize=ads_hv_setVals2;ads_hv_setVals2();}} if (document.body){if (doctype_exists()==true){ads_hv_altura2=document.documentElement.clientHeight;ads_hv_anchura2=document.documentElement.clientWidth;}else{ads_hv_altura2=document.body.clientHeight;ads_hv_anchura2=document.body.clientWidth;}
| + | |
- | } else{if (frames.length==0){ads_hv_altura2=301;ads_hv_anchura2=451;} else{ads_hv_altura2=0;ads_hv_anchura2=0;}} ads_hv_puesto2 = 0;
| + | |
- | var hv_layer_elTexto = '<br><br><center><iframe src="http://web.hispavista.com/delivery/afr.php?zoneid=1&source=hv_galeon_internet&e=100&e2=1220&kw=lb2&cb='+bust+'" frameborder=0 scrolling=no width=728 height=90></iframe></center>';
| + | |
- | if (ads_hv_altura2>200 && ads_hv_anchura2>450){ document.write(hv_layer_elTexto);
| + | |
- | if (screen.width < 1024){ads_hv_posLeft2 = ads_hv_anchura2+728;} else {ads_hv_posLeft2 = ads_hv_anchura2-728;}ads_hv_altura2 = ads_hv_altura2-0; var ads_hv_vr2 = navigator.userAgent.replace(/mac/gi,"");ads_hv_markMe2();}}
| + | |
- | // -->
| + | |
- | </script>
| + | |
- | </body> | + | |
- | | + | |
- | ////hasta aqui
| + | |
- | | + | |
| </html> | | </html> |
- |
| |
- |
| |
- | <!--- The Mission, Experiments --->
| |
- |
| |
- | {| style="color:#1b2c8a;background-color:#FFFFFF;" cellpadding="3.5" cellspacing="2" border="1" bordercolor="#fff" width=100%" align="center"
| |
- | !align="center"|[[Team:Valencia-CIPF|Home]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Team|Team]]
| |
- | !align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Valencia-CIPF Official Team Profile]
| |
- | !align="center"|[[Team:Valencia-CIPF/Project|Project]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Parts|Parts Submitted to the Registry]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Modeling|Modeling]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Notebook|Notebook]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Safety|Safety]]
| |
- | !align="center"|[[Team:Valencia-CIPF/Attributions|Attributions]]
| |
- | |}
| |