ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 649: | Line 649: | ||
</svg> | </svg> | ||
</div> | </div> | ||
− | <div style="position: absolute; height: 40px; width: 40px; right: 22.5%; background-color: red;" id="test"> | + | <div style="position: absolute; height: 40px; width: 40px; right: 22.5%; background-color: red; display: none;" id="test"> |
</div> | </div> | ||
</div> | </div> | ||
Line 657: | Line 657: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#TEXT7').mouseover(function() { | $('#TEXT7').mouseover(function() { | ||
− | $('#test'). | + | $('#test').fadeIn(500); |
}); | }); | ||
$('#TEXT7').mouseout(function() { | $('#TEXT7').mouseout(function() { | ||
− | $('#test'). | + | $('#test').fadeOut(500); |
}); | }); | ||
}); | }); |
Revision as of 20:01, 8 October 2018