Line 19: | Line 19: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$("#imFlowC1").click(function () { | $("#imFlowC1").click(function () { | ||
− | $("#texti").toggleClass('visible'); | + | $("text#texti").toggleClass('visible'); |
}); | }); | ||
}); | }); | ||
Line 42: | Line 42: | ||
pointer-events:all; | pointer-events:all; | ||
} | } | ||
− | #texti{ | + | text #texti{ |
opacity:0; | opacity:0; | ||
} | } | ||
− | #texti.visible{ | + | text #texti.visible{ |
opacity:1; | opacity:1; | ||
} | } | ||
− | #texti .visible{ | + | text #texti .visible{ |
opacity:1; | opacity:1; | ||
} | } | ||
− | #texti:hover{ | + | text #texti:hover{ |
opacity:1; | opacity:1; | ||
} | } |
Revision as of 09:31, 30 October 2017