Team:Manchester/Footer
From 2013.igem.org
(Difference between revisions)
Abramov denn (Talk | contribs) |
Abramov denn (Talk | contribs) |
||
(23 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
- | + | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 12: | Line 12: | ||
$(".topButton").fadeOut(200);} | $(".topButton").fadeOut(200);} | ||
}); | }); | ||
+ | $(".topButton").click(function(event) { | ||
+ | event.preventDefault(); | ||
+ | $("html, body").animate({scrollTop:0},200); | ||
}); | }); | ||
+ | }); | ||
</script> | </script> | ||
Line 19: | Line 23: | ||
.anchor a | .anchor a | ||
{ | { | ||
- | width: | + | width:120px; |
text-decoration:none; | text-decoration:none; | ||
color:white; | color:white; | ||
position:fixed; | position:fixed; | ||
- | bottom: | + | 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; | display:none; |
Latest revision as of 15:47, 28 September 2013