Template:Team:Calgary/Test
From 2013.igem.org
(Difference between revisions)
(60 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{Team:Calgary/Main}} | ||
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<script> | <script> | ||
- | |||
$(document).ready(function() { | $(document).ready(function() { | ||
- | + | $('#Banner').css('display', 'block'); | |
- | + | $('#Page').css({'position' : 'relative', top : '19px'}); | |
- | $('# | + | $('#TopBar').css('position', 'static'); |
+ | $('#Content').css('top', '0'); | ||
+ | |||
+ | /*if (window.pageYOffset < 89) { | ||
+ | $('#Banner').css('height', '100px'); | ||
} | } | ||
- | }); | + | else { |
+ | $('#Banner').css('height', '89px'); | ||
+ | }*/ | ||
+ | |||
+ | if (window.pageYOffset < 180) { | ||
+ | $('#TopBar').css('position', 'static'); | ||
+ | } | ||
+ | else { | ||
+ | $('#TopBar').css('position', 'fixed'); | ||
+ | } | ||
+ | |||
+ | $(window).scroll(function() { | ||
+ | /*if (window.pageYOffset < 89) { | ||
+ | $('#Banner').css('height', '100px'); | ||
+ | } | ||
+ | else { | ||
+ | $('#Banner').css('height', '89px'); | ||
+ | }*/ | ||
+ | |||
+ | if(window.pageYOffset < 180) { | ||
+ | $('#TopBar').css('position', 'static'); | ||
+ | $('#Content').css('top', '0'); | ||
+ | } | ||
+ | else { | ||
+ | $('#TopBar').css('position', 'fixed'); | ||
+ | $('#Content').css('top', '94px'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
</script> | </script> | ||
- | + | </html> | |
- | + | ||
- | + |
Latest revision as of 04:24, 24 September 2013