Team:Colorado State

From 2012.igem.org

(Difference between revisions)
Line 20: Line 20:
position: relative;
position: relative;
border: solid black 1px;
border: solid black 1px;
-
top: 0;
+
top: 200px;
-
left: 0;
+
left: 500px;
width: 200px;
width: 200px;
height: 200px;
height: 200px;
Line 115: Line 115:
<title>Slideshow</title>
<title>Slideshow</title>
</head>
</head>
-
<body>
+
<body onload="fade(1,false)">
<div id="slideshow">
<div id="slideshow">
<div id="slide1" class="slide" style="background: red; z-index: 3;"></div>
<div id="slide1" class="slide" style="background: red; z-index: 3;"></div>
Line 121: Line 121:
     <div id="slide3" class="slide" style="background: yellow;"></div>
     <div id="slide3" class="slide" style="background: yellow;"></div>
</div>
</div>
-
<button onclick="fade(1,false)">Press Me</button>
 
</body>
</body>
</html>
</html>

Revision as of 17:05, 13 July 2012

Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Sponsors Attributions


Slideshow