Team:DTU-Denmark/Templates/StartPage

From 2013.igem.org

(Difference between revisions)
Line 32: Line 32:
<!-- here is added table of content fixing to screen : was all 35 with Title OutsideWhitebox-->
<!-- here is added table of content fixing to screen : was all 35 with Title OutsideWhitebox-->
             var scrollPos = $(window).scrollTop();
             var scrollPos = $(window).scrollTop();
 +
             var toc_margin_from_top = $(".navigation").height() + 35;
             var toc_margin_from_top = $(".navigation").height() + 35;
             var scroll_pos_above_start_of_article = scrollPos < $(".whitebox.article").offset().top - 68;
             var scroll_pos_above_start_of_article = scrollPos < $(".whitebox.article").offset().top - 68;
-
            var scroll_pos_above_menubar = scrollPos < 250;
 
             var toc_end_reached_bottom_of_article = scrollPos + toc_margin_from_top + $(".toc").height() > $(".whitebox.article").offset().top + $(".whitebox.article").height() - 35;
             var toc_end_reached_bottom_of_article = scrollPos + toc_margin_from_top + $(".toc").height() > $(".whitebox.article").offset().top + $(".whitebox.article").height() - 35;
             var toc_margin_from_title = scrollPos < ($(".whitebox.article").offset().top );
             var toc_margin_from_title = scrollPos < ($(".whitebox.article").offset().top );
-
             var menubar_margin_from_title = scrollPos < ($(".whitebox.article").offset().top - 35);
+
              
 +
 
             if(scroll_pos_above_start_of_article){
             if(scroll_pos_above_start_of_article){
Line 50: Line 51:
<!-- new attempt to fix menubar (jakob) -->
<!-- new attempt to fix menubar (jakob) -->
-
            if(scroll_pos_above_menubar){
+
        //  var scroll_pos_above_menubar = scrollPos < 250;
-
                  $(".navigation").offset({top: $(".whitebox.article").offset().top + $(".navigation")[0].height() });
+
 
-
             } else if(menubar_margin_from_title){
+
             if(scrollPos < 250){
                   $(".navigation").offset({top: $(".whitebox.article").offset().top + $(".navigation")[0].height() });
                   $(".navigation").offset({top: $(".whitebox.article").offset().top + $(".navigation")[0].height() });
             } else {
             } else {

Revision as of 19:30, 4 October 2013