Template:Team:TU Munich/Menu

From 2011.igem.org

(Difference between revisions)
Line 91: Line 91:
     var vActive = $(this).attr("id");
     var vActive = $(this).attr("id");
     $('.'+vActive).stop(true, true).fadeIn(500);
     $('.'+vActive).stop(true, true).fadeIn(500);
 +
    });
 +
    $('#navtopics').mouseleave(function(){
 +
    $('.navtopic').not('.curlink').css("color","#dddddd");
     });
     });
});
});

Revision as of 16:12, 4 July 2011