Team:TU Delft/menu test
From 2010.igem.org
(Difference between revisions)
(move code to main page) |
|||
(12 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #navlist { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | margin-left: 8px; | ||
+ | } | ||
+ | |||
+ | #navlist li { | ||
+ | display: block; | ||
+ | list-style-type: none; | ||
+ | float:left; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .menu_button { | ||
+ | display:block; | ||
+ | color: #fff; | ||
+ | border: none; | ||
+ | background-repeat: none; | ||
+ | height:45px; | ||
+ | cursor: pointer; | ||
+ | } | ||
.menu_button_home { | .menu_button_home { | ||
Line 61: | Line 87: | ||
</style> | </style> | ||
<ul id="navlist"> | <ul id="navlist"> | ||
- | <li><a class="menu_button menu_button_home | + | <li><a class="menu_button menu_button_home" href="https://2010.igem.org/Team:TU_Delft" title="Home"> </a></li> |
<li><a class="menu_button menu_button_blog" href="https://2010.igem.org/Team:TU_Delft/blog" title="Blog"> </a></li> | <li><a class="menu_button menu_button_blog" href="https://2010.igem.org/Team:TU_Delft/blog" title="Blog"> </a></li> | ||
<li><a class="menu_button menu_button_competition" href="https://2010.igem.org/Team:TU_Delft/competition" title="Competition"> </a></li> | <li><a class="menu_button menu_button_competition" href="https://2010.igem.org/Team:TU_Delft/competition" title="Competition"> </a></li> | ||
Line 71: | Line 97: | ||
</ul> | </ul> | ||
<style> | <style> | ||
- | |||
.button_hover { background-color: #aaa; } | .button_hover { background-color: #aaa; } | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Latest revision as of 16:47, 7 June 2010