Team:Wageningen UR/Templates/navMenupoint
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <a | + | <head> |
- | href="https://2011.igem.org/Team:Wageningen_UR</html>{{{link}}} | + | |
- | <html>"></html>{{{text}}}<html></a> | + | <style type="text/css"> |
+ | |||
+ | |||
+ | #sideBar | ||
+ | { | ||
+ | float: left; | ||
+ | width: 21%; | ||
+ | height: 100%; | ||
+ | margin-left: 0.3em; | ||
+ | } | ||
+ | |||
+ | |||
+ | #navMenupoint { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | position: center; | ||
+ | height: 37px; | ||
+ | padding-left: 37px; | ||
+ | } | ||
+ | |||
+ | #navMenupoint.hovered, #navMenupoint:hover { | ||
+ | background-color: #4092B6; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2011/e/e0/1menubar.png'); | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="sideBar"> | ||
+ | <a id="navMenupoint" | ||
+ | href="https://2011.igem.org/Team:Wageningen_UR</html>{{{link}}} | ||
+ | <html>"></html>{{{text}}}<html></a> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 21:24, 24 May 2011