Team:UC Davis/Project Overview

From 2013.igem.org

(Difference between revisions)
Line 39: Line 39:
</script>
</script>
 +
 +
 +
<style type="text/css">
 +
 +
#slides {
 +
    position:relative;
 +
    height:280px;
 +
    width: 840px;
 +
    border-radius: 10px;
 +
   
 +
}
 +
 +
#slides IMG {
 +
        position:absolute;
 +
        opacity:0.0;
 +
        top:0px;   
 +
        left:55px;
 +
        border-radius: 10px;
 +
        z-index:1;   
 +
}
 +
 +
#slides .current {
 +
    z-index:3;
 +
    opacity:1.0;
 +
    border-radius: 10px;
 +
}
 +
 +
#slides .previous {
 +
    z-index:2;
 +
}
 +
 +
#twitter {float:right; width:220px; height:300px; margin-top: 5px;}
 +
 +
</style>
</head>
</head>
<body>
<body>
 +
<div class="floatbox">
 +
<div id="slides">
 +
    <img  src="https://static.igem.org/mediawiki/2013/b/bf/RiboTal_Slide_1.JPG" width="600" height="280" alt="" class="current" />
 +
    <img  src="https://static.igem.org/mediawiki/2013/f/fc/RiboTal_Slide2.JPG" width="600" height="280" alt="" />
 +
    <img  src="https://static.igem.org/mediawiki/2013/a/a5/RiboTal_Slide_3.JPG" width="600" height="280" alt="" />
 +
</div>
 +
 +
<!-- slide show ends here -->
</body>
</body>
</html>
</html>

Revision as of 22:24, 27 August 2013