Team:Imperial College London/Template/Menu

From 2011.igem.org

(Difference between revisions)
(Created page with "<html lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Imperial...")
Line 7: Line 7:
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/hoverIntent?action=raw&ctype=text/js"></script>  
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/hoverIntent?action=raw&ctype=text/js"></script>  
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/superfishjs?action=raw&ctype=text/js"></script>  
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/superfishjs?action=raw&ctype=text/js"></script>  
-
<script type="text/javascript">  
+
 
 +
<script>  
   
   
-
// initialise plugins
+
    $(document).ready(function() {  
-
jQuery(function(){
+
        $('ul.sf-menu').superfish({
-
jQuery('ul.sf-menu').superfish();
+
            pathClass:  'current'
-
});
+
        });  
 +
    });  
   
   
-
</script>  
+
</script>
 +
 
</head>  
</head>  

Revision as of 13:12, 21 July 2011