Difference between revisions of "Template:Pitt"
Line 6: | Line 6: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $("# | + | $("#menuContainer td").hover(function(){ |
− | $(this). | + | $(this).animate({background-color: '#7878ff'}, slow); |
}, function(){ | }, function(){ | ||
− | $(this).css("background-color", " | + | $(this).css("background-color", "#172364"); |
}); | }); | ||
}); | }); |
Revision as of 19:37, 21 May 2015