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: | + | position: absolute; |
- | + | display: block; | |
- | left: | + | margin-left: -483px; |
- | height: | + | margin-top: 100px; |
- | width:130px; | + | height: auto; |
+ | width: 130px; | ||
font-family: 'Arial'; | font-family: 'Arial'; | ||
- | |||
- | |||
} | } | ||
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