Team:Arizona State/template header

From 2012.igem.org

(Difference between revisions)
 
(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:680px; /* default dimensions of carousel */
+
width:700px; /* default dimensions of carousel */
-
height:510px;
+
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', ''], //["image_path", "optional description"]
+
[
-
['https://static.igem.org/mediawiki/2012/9/9c/Regional_Photo.jpg', ''],
+
  ["https://static.igem.org/mediawiki/2012/3/3e/Blue_Water-_Main_Image_copy.png", ' '],
-
['https://static.igem.org/mediawiki/2012/3/3f/Production_Pipeline.png', ''] //<--no trailing comma after very last image element!
+
  ["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>
-
<div align="center">
+
<br /><br />
<div id="mybgcarousel" class="bgcarousel"></div>
<div id="mybgcarousel" class="bgcarousel"></div>
-
</div>
 
</body>
</body>
</html>
</html>

Latest revision as of 07:23, 25 October 2012