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
+
dropShadows: true,
 +
onBeforeShow: function(){
 +
$(this).not('ul.subm').css('left',  ($(this).parent().left()+20) );         
 +
}
});
});

Revision as of 23:03, 22 June 2013