Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Template:CCU_Taiwan/css}} | {{Template:CCU_Taiwan/css}} | ||
<html> | <html> | ||
− | + | <script> | |
+ | $(document).ready(function(){ | ||
+ | |||
+ | $("#home").hover(function(){ | ||
+ | $("#sub_home").stop(true,false,true).slideToggle(300).css("opacity","0.8"); | ||
+ | }); | ||
+ | |||
+ | /*$("#home1").hover(function(){ | ||
+ | $("#img1").css('display', 'block'); | ||
+ | $("#img1").animate({ opacity: 0 }, 0); | ||
+ | $("#img1").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing') | ||
+ | $("#word1").stop(true,false,true).delay(750).fadeIn(700) | ||
+ | },function(){ | ||
+ | $("#img1").stop(true,false,true).css("display","none").css("left","50vw"); | ||
+ | $("#word1").fadeOut(0) | ||
+ | });*/ | ||
+ | }); | ||
+ | </script> | ||
<body> | <body> | ||
<header> | <header> | ||
Line 7: | Line 24: | ||
<div class="container"> | <div class="container"> | ||
<ul> | <ul> | ||
− | <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a> | + | <li class="title" id="home"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a> |
− | <ul> | + | <ul class="sub" id="sub_home"> |
− | <li class=" | + | <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li> |
− | <li class=" | + | <li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li> |
− | <li class=" | + | <li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li> |
+ | |||
+ | <div class="img"> | ||
+ | <img></img> | ||
+ | </div> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 68: | Line 89: | ||
</header> | </header> | ||
</body> | </body> | ||
− |
Revision as of 05:52, 8 August 2018