Template:Team:Bonn:MenuInit
From 2013.igem.org
(Difference between revisions)
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <!-- The menu initialization and assembly block --> | ||
+ | </html> | ||
{{Template:Team:Bonn:MenuJS}} | {{Template:Team:Bonn:MenuJS}} | ||
{{Template:Team:Bonn:MenuCSS}} | {{Template:Team:Bonn:MenuCSS}} | ||
<html> | <html> | ||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | $(document).ready(function(){ | |
- | + | jQuery('ul.igem13-menu').superfish({ | |
animation: {opacity:'show',height:'show'}, | animation: {opacity:'show',height:'show'}, | ||
dropShadows: true, | dropShadows: true, | ||
Line 11: | Line 13: | ||
cssArrows: false | cssArrows: false | ||
}); | }); | ||
- | + | }); | |
</script> | </script> | ||
- | |||
</html> | </html> |
Latest revision as of 08:25, 4 October 2013