Template:Team:Cambridge/CAM 2012 TEMPLATE HEAD SAFETY
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_safety_title').mouseover(function() { | $('#cam_grid_safety_title').mouseover(function() { | ||
$('#cam_grid_safety_headover').stop().animate({height:'170px',top:'0px'},1000); | $('#cam_grid_safety_headover').stop().animate({height:'170px',top:'0px'},1000); | ||
- | $('#cam_grid_safety_headover | + | $('#cam_grid_safety_headover h7').fadeIn(500); |
}); | }); | ||
$('#cam_grid_safety').mouseleave(function() { | $('#cam_grid_safety').mouseleave(function() { | ||
$('#cam_grid_safety_headover').stop().animate({height:'90px',top:'80px'},1000); | $('#cam_grid_safety_headover').stop().animate({height:'90px',top:'80px'},1000); | ||
- | $('#cam_grid_safety_headover | + | $('#cam_grid_safety_headover h7').fadeOut(500); |
}); | }); | ||
Line 162: | Line 162: | ||
<li><a href ="https://2012.igem.org/Team:Cambridge/Safety/MSDS" class='cam-external' style="color: #000000">MSDS </a></li> | <li><a href ="https://2012.igem.org/Team:Cambridge/Safety/MSDS" class='cam-external' style="color: #000000">MSDS </a></li> | ||
</ul> | </ul> | ||
- | + | <br> | |
+ | <h7> Lab safety is always our first priority... Read More </h7> | ||
</div> | </div> | ||
<div id='cam_grid_safety_title' class='cam_grid_title'> | <div id='cam_grid_safety_title' class='cam_grid_title'> |
Revision as of 15:19, 24 September 2012