Line 445: | Line 445: | ||
$('.small_text').mouseover(function(){ | $('.small_text').mouseover(function(){ | ||
$(this).stop(true, true).animate({ | $(this).stop(true, true).animate({ | ||
− | width: 140px, | + | width: '140px', |
− | left: -40px} | + | left: '-40px'} |
, 300); | , 300); | ||
}).mouseout(function(){ | }).mouseout(function(){ | ||
$(this).stop(true, true).animate({ | $(this).stop(true, true).animate({ | ||
− | width: 100px, | + | width: '100px', |
− | left: 0} | + | left: '0'} |
, 300); | , 300); | ||
}); | }); |
Latest revision as of 02:56, 7 November 2016