ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 63: | Line 63: | ||
display: block; | display: block; | ||
} | } | ||
− | #Path1 | + | #Path1{ |
display: none; | display: none; | ||
+ | } | ||
+ | #Path1:hover{ | ||
fill: red; | fill: red; | ||
opacity: .4; | opacity: .4; | ||
} | } | ||
− | #Path2 | + | #Path2{ |
display: none; | display: none; | ||
+ | } | ||
+ | #Path2:hover{ | ||
fill: red; | fill: red; | ||
opacity: .4; | opacity: .4; | ||
} | } | ||
− | #Path3 | + | #Path3{ |
display: none; | display: none; | ||
+ | } | ||
+ | #Path3:hover{ | ||
fill: red; | fill: red; | ||
opacity: .4; | opacity: .4; | ||
} | } | ||
− | #Path4 | + | #Path4{ |
display: none; | display: none; | ||
+ | } | ||
+ | #Path4:hover{ | ||
fill: red; | fill: red; | ||
opacity: .4; | opacity: .4; | ||
Line 98: | Line 106: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | $('.CirclePicto'). | + | $('.CirclePicto').mouseover(function() { |
$(this).next().fadeIn(1000); | $(this).next().fadeIn(1000); | ||
return false; | return false; |
Revision as of 13:29, 4 September 2018