Difference between revisions of "Template:Tokyo Tech"

Line 441: Line 441:
 
$('.small_text').mouseover(function(){
 
$('.small_text').mouseover(function(){
 
$(this).width('140px');
 
$(this).width('140px');
$(this).css('left', '-40');
+
$(this).css("left", "-40px");
 
}).mouseout(function(){
 
}).mouseout(function(){
 
$(this).width('100px');
 
$(this).width('100px');
$(this).css('left', '0');
+
$(this).css("left", "0");
 
});
 
});
 
</script>
 
</script>

Revision as of 02:43, 7 November 2016