HTML-ВЕРХ
Код:
<script src="https://forumstatic.ru/files/0003/83/96/47989.js"></script>
HTML-НИЗ
Код:
<script type="text/javascript"> $("a").css("color","#fff"); $("a").hover(function() { $(this).animate({ color: '#c4c4c4' }, 1200)}, function(){ $(this).animate({ color: '#fff' }, 1200) }); </script>