Team:Minnesota/Templates/jqueryfullpagecss
From 2014.igem.org
(Difference between revisions)
Line 176: | Line 176: | ||
left: 20px; | left: 20px; | ||
} | } | ||
+ | $("#SurveyButton1").mouseover( | ||
+ | function() {$("#SurveyButton2").fadeIn("slow");} | ||
+ | ); | ||
+ | $("#SurveyButton2").mouseleave( | ||
+ | function() {$("#SurveyButton2").fadeOut("slow");} | ||
+ | ); | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 05:03, 16 October 2014