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