Line 441: | Line 441: | ||
$('.small_text').mouseover(function(){ | $('.small_text').mouseover(function(){ | ||
$(this).width('140px'); | $(this).width('140px'); | ||
− | $(this). | + | $(this).css('left', '-=40'); |
}).mouseout(function(){ | }).mouseout(function(){ | ||
$(this).width('100px'); | $(this).width('100px'); | ||
− | $(this). | + | $(this).css('left', '+=40'); |
}); | }); | ||
</script> | </script> |
Revision as of 01:25, 7 November 2016