Team:Bordeaux/Team
From 2012.igem.org
(Difference between revisions)
ChristopheD (Talk | contribs) |
ChristopheD (Talk | contribs) |
||
Line 321: | Line 321: | ||
text-shadow:none; | text-shadow:none; | ||
} | } | ||
+ | |||
+ | a.navTeam2, a.navTeam2_a{ | ||
+ | display:block; | ||
+ | float:left; | ||
+ | width:150px; | ||
+ | height:40px; | ||
+ | background: url("https://static.igem.org/mediawiki/2012/e/e3/Our_team.png"); | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | a.navTeam2:hover{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/e/e3/Our_team.png"); 0 80px; | ||
+ | } | ||
+ | a.navTeam2_a:active{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/e/e3/Our_team.png"); 0 40px; | ||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | a.navLaboratory, a.navLaboratory_a{ | ||
+ | display:block; | ||
+ | float:left; | ||
+ | width:150px; | ||
+ | height:40px; | ||
+ | background: url("https://static.igem.org/mediawiki/2012/8/8c/Laboratory_bdx.png"); | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | a.navLaboratory:hover{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/8/8c/Laboratory_bdx.png"); 0 80px; | ||
+ | } | ||
+ | a.navLaboratory_a:active{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/8/8c/Laboratory_bdx.png"); 0 40px; | ||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
+ | a.navBordeaux, a.navBordeaux_a{ | ||
+ | display:block; | ||
+ | float:left; | ||
+ | width:150px; | ||
+ | height:40px; | ||
+ | background: url("https://static.igem.org/mediawiki/2012/5/5f/Bordeaux.png"); | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | a.navBordeaux:hover{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/5/5f/Bordeaux.png"); 0 80px; | ||
+ | } | ||
+ | a.navBordeaux_a:active{ | ||
+ | |||
+ | background: url("https://static.igem.org/mediawiki/2012/5/5f/Bordeaux.png"); 0 40px; | ||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 349: | Line 408: | ||
<div id="container"> | <div id="container"> | ||
</div> | </div> | ||
- | + | <div class="nav_container"> | |
+ | <ul id="navMenu"> | ||
+ | <li><a href="#" class="navTeam2" title="Team"></a></li> | ||
+ | <li><a href="#" class="navLaboratory" title="Laboratory"></a></li> | ||
+ | <li><a href="#" class="navBordeaux" title="Bordeaux"></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 08:42, 26 June 2012