Team:Heidelberg/Templates/Footer-Nav
From 2013.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
}); | }); | ||
$this.find('img').css('z-index', '1'); | $this.find('img').css('z-index', '1'); | ||
+ | $this.find('h2').addClass('hoverH2'); | ||
$this.find('a:first,h2,ul').addClass('active'); | $this.find('a:first,h2,ul').addClass('active'); | ||
}, | }, | ||
Line 32: | Line 33: | ||
'opacity' :'0', | 'opacity' :'0', | ||
},1000,'easeOutBack'); | },1000,'easeOutBack'); | ||
+ | $this.find('h2').removeClass('hoverH2'); | ||
$this.find('a:first,h2,ul').removeClass('active'); | $this.find('a:first,h2,ul').removeClass('active'); | ||
} | } |
Revision as of 01:24, 4 October 2013