Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 29: | Line 29: | ||
$("#block4_launch").toggle(function(){ | $("#block4_launch").toggle(function(){ | ||
- | $("# | + | $("#block4").fadeIn(); |
}, | }, | ||
function(){ | function(){ | ||
Line 35: | Line 35: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | $("#block5_launch").toggle(function(){ | ||
+ | $("#block5").fadeIn(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#block5").fadeOut(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
<style> | <style> | ||
Line 90: | Line 99: | ||
<div id="block2_launch" style="width:120px; height:65px; display:block; position:absolute; left:483px; top:86px; z-index:100"></div> | <div id="block2_launch" style="width:120px; height:65px; display:block; position:absolute; left:483px; top:86px; z-index:100"></div> | ||
<div id="block3_launch" style="width:23px; height:48px; display:block; position:absolute; left:596px; top:176px; z-index:100"></div> | <div id="block3_launch" style="width:23px; height:48px; display:block; position:absolute; left:596px; top:176px; z-index:100"></div> | ||
- | <div id="block4_launch" style="width: | + | <div id="block4_launch" style="width:121px; height:97px; display:block; position:absolute; left:496px; top:230px; z-index:100"></div> |
+ | <div id="block5_launch" style="width:90px; height:161px; display:block; position:absolute; left:397px; top:161px; z-index:100"></div> | ||
<div id="block1"></div> | <div id="block1"></div> | ||
<div id="block2"></div> | <div id="block2"></div> |
Revision as of 13:41, 10 September 2011