Team:TCU Taiwan/HumanPratics
From 2014.igem.org
(Difference between revisions)
Line 33: | Line 33: | ||
#jamboreemenu li:hover li a:hover {background: #A66B38; width:150px;} | #jamboreemenu li:hover li a:hover {background: #A66B38; width:150px;} | ||
#drop-nav li ul li {border-top: 10px; } | #drop-nav li ul li {border-top: 10px; } | ||
+ | #gotop { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | right: 20px; | ||
+ | bottom: 20px; | ||
+ | padding: 10px 15px; | ||
+ | font-size: 20px; | ||
+ | background: #777; | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | } | ||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(function(){ | ||
+ | $("#gotop").click(function(){ | ||
+ | jQuery("html,body").animate({ | ||
+ | scrollTop:0 | ||
+ | },1000); | ||
+ | }); | ||
+ | $(window).scroll(function() { | ||
+ | if ( $(this).scrollTop() > 300){ | ||
+ | $('#gotop').fadeIn("fast"); | ||
+ | } else { | ||
+ | $('#gotop').stop().fadeOut("fast"); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<!--End Analytics--> | <!--End Analytics--> | ||
Line 77: | Line 106: | ||
<ul> | <ul> | ||
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li> | <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li> | ||
- | <li><a href="https://igem.org/Team.cgi? | + | <li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li> |
<li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li> | <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li> | ||
Line 239: | Line 268: | ||
</table> | </table> | ||
- | + | <div id="gotop">^</div> | |
</html> | </html> |
Revision as of 14:58, 23 September 2014
| ||||||||||||||||||
|
||||||||||||||||||
| ||||||||||||||||||
^