Difference between revisions of "Template:Tokyo Tech"

Line 440: Line 440:
 
<script type="text/javascript">
 
<script type="text/javascript">
 
$('.small_text').mouseover(function(){
 
$('.small_text').mouseover(function(){
$(this).width('120px');
+
$(this).width('140px');
 +
$(this).left('-40px');
 
}).mouseout(function(){
 
}).mouseout(function(){
 
$(this).width('100px');
 
$(this).width('100px');
 +
$(this).left('0');
 
});
 
});
 
</script>
 
</script>

Revision as of 01:23, 7 November 2016