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 | + | <div style="position: absolute; height: 40px; width: 40px; right: 22.5%; background-color: red;" id="test"> |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
− | + | <script type="text/javascript"> | |
+ | $(document).ready(function() { | ||
+ | $('#TEXT7').mouseover(function() { | ||
+ | $('#test').css("background-color") = "blue"; | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { |
Revision as of 19:47, 8 October 2018