Team:Manchester/Footer
From 2013.igem.org
(Difference between revisions)
Abramov denn (Talk | contribs) |
Abramov denn (Talk | contribs) |
||
(28 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $(window).scroll(function() { | ||
+ | if($(this).scrollTop() > 200) { | ||
+ | $(".topButton").fadeIn(200);} | ||
+ | else { | ||
+ | $(".topButton").fadeOut(200);} | ||
+ | }); | ||
+ | $(".topButton").click(function(event) { | ||
+ | event.preventDefault(); | ||
+ | $("html, body").animate({scrollTop:0},200); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 7: | Line 23: | ||
.anchor a | .anchor a | ||
{ | { | ||
- | width: | + | width:120px; |
text-decoration:none; | text-decoration:none; | ||
color:white; | color:white; | ||
position:fixed; | position:fixed; | ||
- | + | bottom:210px; | |
- | right: | + | right:5px; |
text-align:center; | text-align:center; | ||
background:#606060; | background:#606060; | ||
- | padding: | + | padding:5px; |
font-style:Trebuchet MS; | font-style:Trebuchet MS; | ||
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:14px; |
color:white; | color:white; | ||
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 33: | Line 45: | ||
} | } | ||
+ | </head> | ||
</style> | </style> | ||
Latest revision as of 15:47, 28 September 2013