Team:Arizona State/template header
From 2012.igem.org
(Difference between revisions)
Ethan ward (Talk | contribs) |
|||
(19 intermediate revisions not shown) | |||
Line 51: | Line 51: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
- | |||
</style> | </style> | ||
Line 66: | 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 79: | Line 80: | ||
slideduration: 500 //transition duration (milliseconds) | slideduration: 500 //transition duration (milliseconds) | ||
}) | }) | ||
- | |||
</script> | </script> | ||
</head> | </head> | ||
<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