Template:Team:Bonn

From 2013.igem.org

(Difference between revisions)
m
Line 63: Line 63:
<!-- Extra CSS -->
<!-- Extra CSS -->
-
<link rel="stylesheet" type="text/css" href="http://igem.uni-bonn.de/shared/superfish/css/superfish-igem13.css" media="screen">
 
<style type="text/css">
<style type="text/css">
.mw-headline{
.mw-headline{
Line 384: Line 383:
<!-- Additional global elements -->
<!-- Additional global elements -->
-
<script>
+
<!-- NONE -->
-
function dropdown(id) {
+
-
  $('#'+id).hover( function()
+
-
    {
+
-
      $('#'+id+' > ul').stop().slideUp();
+
-
      $('#'+id+' > ul').slideDown("1000");
+
-
    });
 
-
  $('#'+id).mouseleave(function()
 
-
    {
 
-
      $('#'+id+' > ul').stop().slideDown();
 
-
      $('#'+id+' > ul').slideUp("1000");
 
-
    });
 
-
 
-
}
 
-
 
-
function sidetextFade(id)
 
-
{
 
-
  $('#'+id).hover(
 
-
  function() {
 
-
    var hover;
 
-
    hover = document.getElementById(id).childNodes;
 
-
    for(var i=0, ii = hover.length; i < ii; i++) {
 
-
      if(hover[i].nodeName == "DIV"){
 
-
        if(hover[i].className == "page-box-bottom") {
 
-
          $('#'+hover[i].id).stop().animate();
 
-
          $('#'+hover[i].id).animate({height:"100%"},500);
 
-
        }
 
-
      }
 
-
    }
 
-
  });
 
-
  $('#'+id).mouseleave(
 
-
  function() {
 
-
    var hover;
 
-
    hover = document.getElementById(id).childNodes;
 
-
    for(var i=0, ii = hover.length; i < ii; i++) {
 
-
      if(hover[i].nodeName == "DIV"){
 
-
        if(hover[i].className == "page-box-bottom") {
 
-
          $('#'+hover[i].id).stop().animate();
 
-
          $('#'+hover[i].id).animate({height:"45px"},500);
 
-
        }
 
-
      }
 
-
    }
 
-
  });
 
-
}
 
-
 
-
</script>
 
</html>
</html>

Revision as of 23:32, 22 June 2013