Template:MIT-results
From 2012.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | + | $('#nav_safety a').first().css('background-color','#333333'); | |
- | + | $('.col_list li').css('cursor','pointer'); | |
+ | $('.col_list li').hover(function() { | ||
$(this).css('background-color','#a3abae'); | $(this).css('background-color','#a3abae'); | ||
}, function() { | }, function() { |