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