Team:IIT Madras/Team
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:IIT_Madras/Template:header}} | {{:Team:IIT_Madras/Template:header}} | ||
<html> | <html> | ||
+ | <script> | ||
+ | jQuery(document).ready(function(){ | ||
+ | |||
+ | $(".load").mouseover(function(){ | ||
+ | $("#popup_container").fadeIn(); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $("#popup_container").click(function(){ | ||
+ | $(this).fadeOut(); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
<body> | <body> | ||
<div id="main_container" style="position:relative; top:-50px;"> | <div id="main_container" style="position:relative; top:-50px;"> | ||
Line 6: | Line 21: | ||
<h1 align="center"><u> IGEM 2011 IIT MADRAS TEAM </u></h1> | <h1 align="center"><u> IGEM 2011 IIT MADRAS TEAM </u></h1> | ||
<img src="https://static.igem.org/mediawiki/2011/2/20/Team_iitm.png" ALIGN="CENTER" width="722px" height="495px" style="position:absolute; left:145px"/> | <img src="https://static.igem.org/mediawiki/2011/2/20/Team_iitm.png" ALIGN="CENTER" width="722px" height="495px" style="position:absolute; left:145px"/> | ||
+ | |||
+ | <div class="load" id="chaitra"></div> | ||
+ | <div id="chaitra_content"></div> | ||
+ | |||
+ | |||
</div> | </div> | ||
<div id="popup_container" style="position:fixed; top:5%; width:90%; left:5%; height:90%; background:black; border-radius:20px;-webkit-border-radius:20px; -moz-border-radius:20px; opacity:0.8; z-index:100; "></div> | <div id="popup_container" style="position:fixed; top:5%; width:90%; left:5%; height:90%; background:black; border-radius:20px;-webkit-border-radius:20px; -moz-border-radius:20px; opacity:0.8; z-index:100; "></div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:08, 28 October 2011