Template:KIT-Kyoto/menu11
From 2010.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
ul.acc li ul { | ul.acc li ul { | ||
+ | background-color: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | ul.acc1, ul.acc1 li ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | ul.acc1 a{ | ||
+ | display: block; | ||
+ | height: 30px; | ||
+ | line-height: 30px; | ||
+ | color: tranceplants; | ||
+ | } | ||
+ | |||
+ | ul.acc1 { | ||
+ | background-color:none; | ||
+ | } | ||
+ | |||
+ | ul.acc1 li ul { | ||
background-color: none; | background-color: none; | ||
} | } | ||
Line 36: | Line 59: | ||
if(index > 0) $this.next().hide(); | if(index > 0) $this.next().hide(); | ||
+ | |||
+ | $this.click(function(){ | ||
+ | var params = {height:"toggle", opacity:"toggle"}; | ||
+ | j$(this).next().animate(params).parent().siblings() | ||
+ | .children("ul:visible").animate(params); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | j$(function(){ | ||
+ | j$(".acc1").each(function(){ | ||
+ | j$("li > a", this).each(function(index){ | ||
+ | var $this = j$(this); | ||
+ | |||
+ | if(index = 0) $this.next().hide(); | ||
$this.click(function(){ | $this.click(function(){ | ||
Line 68: | Line 109: | ||
<a href="https://2010.igem.org/Team:KIT-Kyoto/Protocol"><img src="https://static.igem.org/mediawiki/2010/8/88/KitProtocol.PNG" width="160" height="32" border="0" bordercolor="black"></a> | <a href="https://2010.igem.org/Team:KIT-Kyoto/Protocol"><img src="https://static.igem.org/mediawiki/2010/8/88/KitProtocol.PNG" width="160" height="32" border="0" bordercolor="black"></a> | ||
<BR> | <BR> | ||
- | <a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote">< | + | <ul class="acc"> |
+ | <li><a href="1"><img src="https://static.igem.org/mediawiki/2010/c/cd/KitDesignNote.png" width="160" height="32" class="menu_head" /></a> | ||
+ | <ul class="fxmn"> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote"></a>first</li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week1">Week1 (Aug 22-28)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week2">Week2 (Aug 29-Sep4)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week3">Week3 (Sep5-11)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week4">Week4 (Sep12-18)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week5">Week5 (Sep19-25)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week6">Week6 (Sep26-Oct2)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week7">Week7 (Oct3-9)</a></div></li> | ||
+ | <li><div><a href="https://2010.igem.org/Team:KIT-Kyoto/DesignNote/week8">Week8 (Oct10-16)</a></div></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
<BR> | <BR> | ||
<a href="https://2010.igem.org/Team:KIT-Kyoto/Photo"><img src="https://static.igem.org/mediawiki/2010/3/32/KITPhotograph.jpg" width="160" height="32" border="0" bordercolor="black"></a> | <a href="https://2010.igem.org/Team:KIT-Kyoto/Photo"><img src="https://static.igem.org/mediawiki/2010/3/32/KITPhotograph.jpg" width="160" height="32" border="0" bordercolor="black"></a> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 06:19, 22 September 2010