Team:TCU Taiwan/Parts
From 2014.igem.org
Line 40: | Line 40: | ||
#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> | ||
<!--main content --> | <!--main content --> | ||
Line 88: | Line 115: | ||
<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> | ||
Revision as of 14:55, 23 September 2014
<groupparts>iGEM013 TCU_Taiwan</groupparts> |