Team:Arizona State/template header
From 2012.igem.org
(Difference between revisions)
Ethan ward (Talk | contribs) |
|||
(16 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
background: black url(http://www.dynamicdrive.com/dynamicindex14/ajaxload.gif) center center no-repeat; | background: black url(http://www.dynamicdrive.com/dynamicindex14/ajaxload.gif) center center no-repeat; | ||
/* loading gif while caoursel is loading */ | /* loading gif while caoursel is loading */ | ||
- | width: | + | width:700px; /* default dimensions of carousel */ |
- | height: | + | height:500px; |
} | } | ||
Line 65: | Line 65: | ||
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel | wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel | ||
- | imagearray: [ | + | imagearray: //["image_path", "optional description"] |
- | + | [ | |
- | + | ["https://static.igem.org/mediawiki/2012/3/3e/Blue_Water-_Main_Image_copy.png", ' '], | |
- | + | ["https://static.igem.org/mediawiki/2012/9/9c/Regional_Photo.jpg", ' '], | |
+ | ["https://static.igem.org/mediawiki/2012/3/3f/Production_Pipeline.png", ' '] | ||
+ | //<--no trailing comma after very last image element! | ||
], | ], | ||
Line 82: | Line 84: | ||
<body> | <body> | ||
- | < | + | <br /><br /> |
<div id="mybgcarousel" class="bgcarousel"></div> | <div id="mybgcarousel" class="bgcarousel"></div> | ||
- | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:23, 25 October 2012