Team:Evry/Notebook

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Evry/Template:HomeIncludes}}
{{:Team:Evry/Template:HomeIncludes}}
<html>
<html>
 +
<head>
 +
<script type="text/javascript">
 +
  sfHover = function() {
 +
    var sfEls = document.getElementById("menu").getElementsByTagName("LI");
 +
    for (var i=0; i&lt;sfEls.length; i++) {
 +
      sfEls[i].onmouseover=function() {
 +
        this.className+=" sfhover";
 +
      }
 +
      sfEls[i].onmouseout=function() {
 +
        this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
 +
      }
 +
    }
 +
  }
 +
  if (window.attachEvent) window.attachEvent("onload", sfHover);
 +
</script>
 +
</head>
<body>
<body>
<div id="preloader">
<div id="preloader">

Revision as of 16:27, 12 August 2014

IGEM Evry 2014

Notebook

<gogo>







</div> </div> </div> </body> </html>