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