Template:Team:Cambridge/CAM 2012 TEMPLATE HEAD SPONSORS
From 2012.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | $('.cam_grid_headover | + | $('.cam_grid_headover h7').css("display","none"); |
$('#cam_grid_sponsors_title').mouseover(function() { | $('#cam_grid_sponsors_title').mouseover(function() { | ||
$('#cam_grid_sponsors_headover').stop().animate({height:'170px',top:'0px'},1000); | $('#cam_grid_sponsors_headover').stop().animate({height:'170px',top:'0px'},1000); | ||
- | $('#cam_grid_sponsors_headover | + | $('#cam_grid_sponsors_headover h7').fadeIn(500); |
}); | }); | ||
$('#cam_grid_sponsors').mouseleave(function() { | $('#cam_grid_sponsors').mouseleave(function() { | ||
$('#cam_grid_sponsors_headover').stop().animate({height:'90px',top:'80px'},1000); | $('#cam_grid_sponsors_headover').stop().animate({height:'90px',top:'80px'},1000); | ||
- | $('#cam_grid_sponsors_headover | + | $('#cam_grid_sponsors_headover h7').fadeOut(500); |
}); | }); | ||
Line 162: | Line 162: | ||
</ul> | </ul> | ||
- | < | + | <h7> We would like to express our heartfelt thanks to all the sponsors... Read More </h7> |
</div> | </div> | ||
<div id='cam_grid_project_title' class='cam_grid_title'> | <div id='cam_grid_project_title' class='cam_grid_title'> |
Revision as of 15:20, 24 September 2012