Template:Team:Oxford/scriptmain
From 2014.igem.org
(Difference between revisions)
Line 225: | Line 225: | ||
$("#left").animate({left:'38.1%'}); | $("#left").animate({left:'38.1%'}); | ||
$("#abstract").animate({width:'0%', left:'50%'}); | $("#abstract").animate({width:'0%', left:'50%'}); | ||
+ | }); | ||
+ | $("#openmenu1").click(function(){ | ||
+ | $("#right").animate({left:'85%'}); | ||
+ | $("#left").animate({left:'3.1%'}); | ||
+ | $("#abstract").animate({width:'69.9%', left:'15.1%'}); | ||
}); | }); | ||
$("#achievementsheading").click(function(){ | $("#achievementsheading").click(function(){ | ||
Line 265: | Line 270: | ||
document.getElementById('DCMationwrap').style.display = "none"; | document.getElementById('DCMationwrap').style.display = "none"; | ||
} | } | ||
+ | |||
</script> | </script> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 02:15, 20 September 2014