Team:Michigan/Test Css
From 2012.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | + | $(function(){ | |
- | + | $('.slideshow img:gt(0)') | |
- | + | .hide(); | |
- | + | setInterval(function(){ | |
- | + | $('.fadein :first-child') | |
- | + | .fadeOut() | |
- | + | .next('img') | |
- | }, | + | .fadeIn() |
+ | .end() | ||
+ | .appendTo('.slideshow');}, 3000); | ||
+ | }); | ||
Line 72: | Line 74: | ||
- | + | .slideshow img { position:absolute; left:10; top:10; } | |
- | + | .slideshow { | |
margin: -375px 0px 0px 400px; | margin: -375px 0px 0px 400px; | ||
position: absolute; | position: absolute; | ||
Line 83: | Line 85: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#footer-box { | #footer-box { | ||
Line 302: | Line 297: | ||
</div> | </div> | ||
- | <div | + | <div class="slideshow"> |
<img src="https://static.igem.org/mediawiki/2012/0/0d/Michigan_%29Random_Team_1.png" alt=""></img> | <img src="https://static.igem.org/mediawiki/2012/0/0d/Michigan_%29Random_Team_1.png" alt=""></img> |
Revision as of 23:48, 6 August 2012
Sometimes changes need to be made and with that comes a switch; and a terrible pun.
Team Michigan is engineering a novel, tightly controlled and inducible protein expression system in Escherichia coli in order to demonstrate that we can create robust boolean genetic control circuits that do not continuously rely on the presence of signaling compounds. We are using two unidirectional recombinases found in pathogenic Escherichia coli, Hbif, and FimE, to manipulate promoter orientation.