Template:Team:Bonn:PageMenu
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
jQuery('ul.igem13-menu').superfish({ | jQuery('ul.igem13-menu').superfish({ | ||
animation: {opacity:'show',height:'show'}, | animation: {opacity:'show',height:'show'}, | ||
- | + | dropShadows: true, | |
+ | onBeforeShow: function(){ | ||
+ | $(this).not('ul.subm').css('left', ($(this).parent().width()+1) ); | ||
+ | } | ||
+ | |||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 22:54, 22 June 2013