Team:SYSU-Software/notebook2
From 2013.igem.org
(Difference between revisions)
Line 45: | Line 45: | ||
</ul> | </ul> | ||
- | <img id="notebook" src="https://static.igem.org/mediawiki/2013/b/bd/Notebook2.png" alt="notebook" style="position:fixed; top: | + | <img id="notebook" src="https://static.igem.org/mediawiki/2013/b/bd/Notebook2.png" alt="notebook" style="position:fixed; top: 150px"> |
</div> | </div> | ||
Line 138: | Line 138: | ||
console.log(scrollTop); | console.log(scrollTop); | ||
- | if (scrollTop <= | + | if (scrollTop <= 900) { |
- | $("#notebook").css({'position': 'fixed', 'top': ' | + | $("#notebook").css({'position': 'fixed', 'top': '150px'}); |
- | } else if (scrollTop > | + | } else if (scrollTop > 900 && scrollTop <= 1140) { |
$("#notebook").css({'position': 'relative'}); | $("#notebook").css({'position': 'relative'}); | ||
$("#detail-timeline").css({'position': 'relative'}); | $("#detail-timeline").css({'position': 'relative'}); | ||
- | } else if (scrollTop > | + | } else if (scrollTop > 1140) { |
$("#detail-timeline").css({'position': 'fixed', 'top': '50%', 'margin-top': '-301px'}); | $("#detail-timeline").css({'position': 'fixed', 'top': '50%', 'margin-top': '-301px'}); | ||
} | } |
Revision as of 12:07, 26 September 2013
- 20th Apr.
- 29th Apr.
- 19th May.
- 20th Jun.
- 20th Jul.
- 29th Jul.
- 31th Aug.
- 10th Sep.
- 1st Oct.
- 12th Oct.
- 20th Apr.
- 29th Apr.
- 19th May.
- 20th Jun.
- 20th Jul.
- 29th Jul.
- 31th Aug.
- 10th Sep.
- 1st Oct.
- 12th Oct.
-
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project. -
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project. -
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project. -
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project. -
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project. -
20th Apr.
Team Leader of SYSU-Software,IGEM 2013.Taking charge of the design and progress of the whole project.