merge from 1.5.2.5 ( ~ r10673)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@10674 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-05-14 08:04:10 +00:00
parent f0c12f5756
commit ea84468e7d
19 changed files with 173 additions and 49 deletions

View file

@ -9,18 +9,5 @@ jQuery(function($){
lang.removeClass('off').addClass('on');
lang_lst.show();
}
})
var lo_foot = $('.lo_foot');
var lo_head = $('.lo_head');
var ct = $('.ct');
function footPosition(){
if((lo_head.outerHeight() + ct.outerHeight() + 71) > $(window).height()){
lo_foot.removeClass('fixed').addClass('static');
}else if((lo_head.outerHeight() + ct.outerHeight() + 71) < $(window).height()){
lo_foot.removeClass('static').addClass('fixed');
}
}
footPosition();
ct.resize(footPosition);
})
}); // end of ready