if (top_of_footer < $(window).height()) {
$("#connect").css('padding-bottom','53px');
- return 'relative';
+ return 'fixed';
}
else if (bottom >= top_of_footer) {
$("#connect").css('padding-bottom','53px');
- return 'fixed';
+ return 'relative';
}
else if (bottom <= top_of_footer) {
$("#connect").css('padding-bottom','0');
if (top_of_footer < $(window).height()) {
$("#connect").css('padding-bottom','53px');
- return 'relative';
+ return 'fixed';
}
else if (bottom >= top_of_footer) {
$("#connect").css('padding-bottom','53px');
- return 'fixed';
+ return 'relative';
}
else if (bottom <= top_of_footer) {
$("#connect").css('padding-bottom','0');