Difference between revisions of "Template:Team:TU Darmstadt/Viki"

Line 1,227: Line 1,227:
 
 
 
    if(scrollY > $("#title").height()){
 
    if(scrollY > $("#title").height()){
navbar.css({"top":"0", "position":"fixed"});
+
navbar.css({"top":"7vh", "position":"fixed"});
 
}else{
 
}else{
 
navbar.css({"top":"0", "position":"static"});
 
navbar.css({"top":"0", "position":"static"});
Line 1,257: Line 1,257:
 
$("#lab5c").toggle();
 
$("#lab5c").toggle();
 
});
 
});
+
        /*var $element = $('.highlights');
+
        var headerHeight = $('.mainHeader').outerHeight();
+
        var isFixed = ($element.css('position') == 'fixed');
+
 
+
        function positionOfBoxScrolled() {
+
            if ($('.page').css('float') == 'none') {
+
                console.log('nonefloat');
+
                $element.css({
+
                    'position': 'fixed',
+
                    'bottom': '0px',
+
                    'top': 'auto'
+
                });
+
            } else {
+
                console.log('float');
+
                $element.css({
+
                    'position': 'fixed',
+
                    'top': '7vh',
+
                    'bottom': 'auto'
+
                });
+
            }
+
        }
+
 
+
        if ($(this).scrollTop() > headerHeight && !isFixed) {
+
            positionOfBoxScrolled();
+
        }
+
+
        if ($(this).scrollTop() < headerHeight && isFixed) {
+
            $element.css({
+
                'position': 'relative',
+
                'top': '0px',
+
                'bottom': 'auto'
+
            });
+
        }*/
+
 
     });
 
     });
 
 

Revision as of 10:10, 2 October 2016

iGEM TU Darmstadt 2016
iGEM TU Darmstadt 2016

IN THE LAB...

THE PROJECT
[...]

ORTHOGONAL PAIR

ABSTRACT
[...]

REPORTER

ABSTRACT
[...]

KILL(switch)

ABSTRACT
[...]

GENOMIC INTEGRATION

ABSTRACT
[...]

CHEMICAL SYNTHESIS

ABSTRACT
[...]