Week5
From 2013.igem.org
(Difference between revisions)
Allen30209 (Talk | contribs) |
Allen30209 (Talk | contribs) |
||
Line 3: | Line 3: | ||
<head> | <head> | ||
<title>TzuChiU Formosa</title> | <title>TzuChiU Formosa</title> | ||
+ | |||
+ | <!--[START-WEEK-HIDDEN MENU]--> | ||
+ | <link rel="stylesheet" href="https://googledrive.com/host/0B6PQpiOVXRVgOUdSZzdta2FHek0" type="text/css" charset="utf-8"/> | ||
+ | <script type="text/javascript" src="https://googledrive.com/host/0B6PQpiOVXRVgVml5UDQ3REdXME0"></script> | ||
+ | <!--[END-WEEK-HIDDEN MENU]--> | ||
<link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" /> | <link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" /> | ||
Line 23: | Line 28: | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
html { | html { | ||
Line 313: | Line 275: | ||
- | < | + | <ul id="navigation"> |
- | + | <li class="week1"><a href="https://2013.igem.org/Week1"><span style="font-weight: bold;"></span></a></li> | |
- | <li><a href=" | + | <li class="week2"><a href="https://2013.igem.org/Week2"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week3"><a href="https://2013.igem.org/Week3"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week4"><a href="https://2013.igem.org/Week4"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week5"><a href="https://2013.igem.org/Week5"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week6"><a href="https://2013.igem.org/Week6"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week7"><a href="https://2013.igem.org/Week7"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week8"><a href="https://2013.igem.org/Week8"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | <li class="week9"><a href="https://2013.igem.org/Week9"><span style="font-weight: bold;"></span></a></li> |
- | <li><a href=" | + | |
</ul> | </ul> | ||
- | </ | + | |
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $('#navigation a').stop().animate({'marginLeft':'-85px'},1000); | ||
+ | |||
+ | $('#navigation > li').hover( | ||
+ | function () { | ||
+ | $('a',$(this)).stop().animate({'marginLeft':'-2px'},200); | ||
+ | }, | ||
+ | function () { | ||
+ | $('a',$(this)).stop().animate({'marginLeft':'-85px'},200); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | </script> | ||
<!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] --> | <!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] --> |
Revision as of 13:48, 8 September 2013