Team:MSOE Milwaukee/Undergrads
From 2013.igem.org
(Difference between revisions)
Vanhandelp (Talk | contribs) |
Vanhandelp (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | |||
- | |||
<HTML> | <HTML> | ||
- | < | + | <HEAD> |
- | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | + | |
<script type="text/javascript" src="fadeslideshow.js"> | <script type="text/javascript" src="fadeslideshow.js"> | ||
Line 30: | Line 19: | ||
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image | dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image | ||
imagearray: [ | imagearray: [ | ||
- | [" | + | ["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."], |
- | [" | + | ["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"], |
- | [" | + | ["http://i30.tinypic.com/531q3n.jpg"], |
- | [" | + | ["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element! |
], | ], | ||
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, | displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, | ||
Line 47: | Line 36: | ||
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image | dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image | ||
imagearray: [ | imagearray: [ | ||
- | [" | + | ["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."], |
- | [" | + | ["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"], |
- | [" | + | ["http://i30.tinypic.com/531q3n.jpg"], |
- | [" | + | ["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element! |
], | ], | ||
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false}, | displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false}, | ||
Line 60: | Line 49: | ||
</script> | </script> | ||
+ | </HEAD> | ||
+ | <BODY> | ||
+ | <div id="fadeshow1"></div> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <div id="fadeshow2"></div> | ||
+ | |||
+ | <div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px"> | ||
+ | <a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" /></a> | ||
+ | </div> | ||
+ | </BODY> | ||
</HTML> | </HTML> |
Revision as of 23:00, 17 June 2013