CU-Boulder:Header

From 2013.igem.org

(Difference between revisions)
Line 119: Line 119:
     $(this).animate({"color":"#fff"}, 1000);
     $(this).animate({"color":"#fff"}, 1000);
});
});
 +
$('.dropdown-menu>li>a').hover(function() {
 +
    $(this).animate({"font-size":"150%"}, 1000);
 +
}, function() {
 +
    $(this).animate({"font-size":"100%"}, 1000);
 +
});
 +
</script>
</script>
</html>
</html>

Revision as of 18:10, 4 July 2013