Team:IIT Madras/Project
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:IIT_Madras/Template:header}} | {{:Team:IIT_Madras/Template:header}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <script> | ||
+ | function auto(){ | ||
+ | setTimeout("next_pic()",3500); | ||
+ | } | ||
+ | |||
+ | function next_pic(){ | ||
+ | $("#pid"+i).fadeOut(1000);5 | ||
+ | if(i==10) i=0; | ||
+ | $("#pid"+(i+1)).fadeIn(1000); | ||
+ | i++; | ||
+ | auto(); | ||
+ | } | ||
+ | </script> | ||
+ | <style> | ||
+ | .photo{position:absolute; top:225px; left:175px; display:none;} | ||
+ | </style> | ||
+ | </head> | ||
<body> | <body> | ||
- | <div id="main_container" style="position:relative; top:-50px;"> | + | <div id="main_container" style="position:relative; top:-50px; width:100%" align="center"> |
<div id="slideshow" > | <div id="slideshow" > | ||
- | <img src="https://static.igem.org/mediawiki/2011/f/f6/ETC_%281%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid1" src="https://static.igem.org/mediawiki/2011/f/f6/ETC_%281%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/b/b7/ETC_%282%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid2" src="https://static.igem.org/mediawiki/2011/b/b7/ETC_%282%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/e/ea/ETC_%283%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid3" src="https://static.igem.org/mediawiki/2011/e/ea/ETC_%283%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/4/4e/ETC_%284%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid4" src="https://static.igem.org/mediawiki/2011/4/4e/ETC_%284%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/b/b7/ETC_%285%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid5" src="https://static.igem.org/mediawiki/2011/b/b7/ETC_%285%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/0/0a/ETC_%286%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid6" src="https://static.igem.org/mediawiki/2011/0/0a/ETC_%286%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/7/72/ETC_%287%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid7" src="https://static.igem.org/mediawiki/2011/7/72/ETC_%287%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/e/e4/ETC_%288%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid8" src="https://static.igem.org/mediawiki/2011/e/e4/ETC_%288%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/f/fb/ETC_%289%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid9" src="https://static.igem.org/mediawiki/2011/f/fb/ETC_%289%29.png" width="640px" height="320px" align="center" class="photo"/> |
- | <img src="https://static.igem.org/mediawiki/2011/d/db/ETC_%2810%29.png" width="640px" height="320px" align="center"/> | + | <img id="pid10" src="https://static.igem.org/mediawiki/2011/d/db/ETC_%2810%29.png" width="640px" height="320px" align="center" class="photo"/> |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 01:41, 29 October 2011