Team:Heidelberg/testing/Project new
From 2014.igem.org
(Difference between revisions)
Line 215: | Line 215: | ||
left:0; | left:0; | ||
top:0; | top:0; | ||
- | + | display:none; | |
background-image:url('/wiki/images/5/51/Heidelberg_project_red_overlay.png'); | background-image:url('/wiki/images/5/51/Heidelberg_project_red_overlay.png'); | ||
background-size: 100% auto; | background-size: 100% auto; | ||
Line 291: | Line 291: | ||
#linker-links { | #linker-links { | ||
position: absolute; | position: absolute; | ||
- | |||
width: 405px; | width: 405px; | ||
right: 60px; | right: 60px; | ||
Line 414: | Line 413: | ||
} | } | ||
}); | }); | ||
+ | |||
+ | $('#linker-links').mouseenter(function(){ | ||
+ | $('#redOverlay').stop(true); | ||
+ | $('#redOverlay').fadeIn(); | ||
+ | }); | ||
+ | |||
+ | $('#linker-links').mouseleave(function(){ | ||
+ | $('#redOverlay').stop(true); | ||
+ | $('#redOverlay').fadeOut(); | ||
+ | }); | ||
+ | |||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 14:52, 12 October 2014
Abstract
Click to read full abstract
Placeholder