Template:Kyoto Foreground

From 2011.igem.org

(Difference between revisions)
Line 6: Line 6:
background-color:#FFCC77;
background-color:#FFCC77;
}
}
 +
 +
#foreground{
 +
position: fixed;
 +
z-index: 100;
 +
left: 50%;
 +
top:0px;
 +
}
 +
#header {
#header {
-
position:relative;
+
position: absolute;
-
top:10px;
+
display: block;
-
left:0px;
+
margin-left: -483px;
-
height:600px;
+
margin-top: 100px;
-
width:130px;
+
height: auto;
 +
width: 130px;
font-family: 'Arial';
font-family: 'Arial';
-
 
-
float: left;
 
}
}
Line 38: Line 45:
</style>
</style>
-
<div id="header" align="center">
+
<div id ="foreground">
 +
<div id ="header" align="center">
<div id ="image"><a href="https://2011.igem.org/Team:Kyoto">Home</a></div>
<div id ="image"><a href="https://2011.igem.org/Team:Kyoto">Home</a></div>
<div id ="image"><a href="https://2011.igem.org/Team:Kyoto/Team">Team</a></div>
<div id ="image"><a href="https://2011.igem.org/Team:Kyoto/Team">Team</a></div>
Line 49: Line 57:
<div id ="image"><a>Acknowledgement</a></div>
<div id ="image"><a>Acknowledgement</a></div>
</div>
</div>
 +
<!-- end header -->
 +
</div>
 +
<!-- end foreground -->
</html>
</html>

Revision as of 00:29, 9 September 2011