Template:Team:Bonn:MenuInit

From 2013.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 6: Line 6:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
-
jQuery(function() {
+
    $(document).ready(function(){
-
jQuery('ul.igem13-menu').superfish({
+
        jQuery('ul.igem13-menu').superfish({
animation:  {opacity:'show',height:'show'},
animation:  {opacity:'show',height:'show'},
dropShadows: true,
dropShadows: true,
Line 13: Line 13:
cssArrows:  false
cssArrows:  false
});
});
-
});
+
    });
</script>
</script>
-
</style>
 
</html>
</html>

Latest revision as of 08:25, 4 October 2013