Team:Colorado State

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html>
 +
 +
<head>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
 +
$('#promoter').hover(
 +
function(){
 +
$('#subdefault').hide();
 +
$('#subpromoter').show();
 +
},
 +
function(){
 +
$('#subpromoter').hide();
 +
$('#subdefault').show();
 +
});
 +
 +
$('#reporter').hover(
 +
function(){
 +
$('#subdefault').hide();
 +
$('#subreporter').show();
 +
},
 +
function(){
 +
$('#subreporter').hide();
 +
$('#subdefault').show();
 +
});
 +
 +
$('#chassis').hover(
 +
function(){
 +
$('#subdefault').hide();
 +
$('#subchassis').show();
 +
},
 +
function(){
 +
$('#subchassis').hide();
 +
$('#subdefault').show();
 +
});
 +
 +
});
 +
</script>
 +
 +
<style>
 +
 +
h1, h2, h3, h4, h5{
 +
text-decoration: none;
 +
border: 0;
 +
}
 +
 +
#titlebar{
 +
position: relative;
 +
margin-top: 0px;
 +
margin-left: 30px;
 +
z-index: 1;
 +
}
 +
#pagetitle{
#pagetitle{
position: relative;
position: relative;
Line 42: Line 95:
color: black;
color: black;
}
}
-
 

Revision as of 22:10, 14 June 2012