Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 313: | Line 313: | ||
$( "html" ).css( "margin-top","-10px" ); | $( "html" ).css( "margin-top","-10px" ); | ||
+ | |||
+ | // hover over img | ||
+ | $( "project-steps-img img" ).hover(function() { | ||
+ | console.log($(this)); | ||
+ | $(this).css( "width" , "500px" ); | ||
+ | } | ||
</script> | </script> |
Revision as of 08:42, 14 October 2014