Team:IIT Madras/About us/Gallery:Slideshow

From 2011.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 12: Line 12:
function auto(){
function auto(){
-
setTimeout("next_pic()",3000);
+
setTimeout("next_pic()",2500);
}
}
function next_pic(){
function next_pic(){
-
$("#pid"+i).fadeOut();
+
$("#pid"+i).fadeOut(1000);
if(i==14) i=0;
if(i==14) i=0;
-
$("#pid"+(i+1)).fadeIn();
+
$("#pid"+(i+1)).fadeIn(1000);
i++;
i++;
auto();
auto();
Line 47: Line 47:
<p align="center"><img src="https://static.igem.org/mediawiki/2011/2/27/DSC05350.JPG" width="700" height="500" ALIGN="CENTER" class="photo" id="pid14"/><br/><br/></p>
<p align="center"><img src="https://static.igem.org/mediawiki/2011/2/27/DSC05350.JPG" width="700" height="500" ALIGN="CENTER" class="photo" id="pid14"/><br/><br/></p>
-
<div id="next" onclick="next_pic()" style="position:absolute; top:700px; left:990px; cursor:pointer;">next</div>
 
<br/>
<br/>

Latest revision as of 17:43, 28 October 2011

bar iGEM 2011 - Home Page Indian Institute of Technology - Madras










GALLERY