Team:KIT-Kyoto/Test

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
{{Team:KIT-Kyoto/Cycle}}
{{Team:KIT-Kyoto/Cycle}}
{{Team:KIT-Kyoto/jQuery}}
{{Team:KIT-Kyoto/jQuery}}
-
{{Team:KIT-Kyoto/MaxImage}}
+
{{Team:KIT-Kyoto/SlideShow}}
-
{{Team:KIT-Kyoto/MaxImage/basic}}
+
<html>
<html>
<style>
<style>
Line 15: Line 14:
<img src="https://static.igem.org/mediawiki/2014/d/d2/KIT_picutures_daityoukinndots.jpg" width="3648" height="2736" alt="" />
<img src="https://static.igem.org/mediawiki/2014/d/d2/KIT_picutures_daityoukinndots.jpg" width="3648" height="2736" alt="" />
</div>
</div>
-
<script type="text/javascript"> 
+
 
-
  $(function(){ 
+
-
    $('.bgimg img:gt(0)').hide(); 
+
-
    setInterval(function() { 
+
-
      $('.bgimg :first-child').fadeOut(3000) 
+
-
        .next('img').fadeIn(3000) 
+
-
      .end().appendTo('.bgimg'); 
+
-
    }, 5000);
+
-
  }); 
+
-
</script>
+
<style>
<style>
.bgimg { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }   
.bgimg { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }   

Revision as of 10:01, 19 May 2014