Line 444: | Line 444: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$('.small_text').mouseover(function(){ | $('.small_text').mouseover(function(){ | ||
− | $(this). | + | $(this).stop(true, true).animate({ |
− | + | width: 140px, | |
+ | left: -40px} | ||
+ | , 300); | ||
}).mouseout(function(){ | }).mouseout(function(){ | ||
− | $(this). | + | $(this).stop(true, true).animate({ |
− | + | width: 100px, | |
+ | left: 0} | ||
+ | , 300); | ||
}); | }); | ||
</script> | </script> |
Revision as of 02:54, 7 November 2016