mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
issue 1948 deleted bottomBar auto positioning script.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8ec2559437
commit
86adccae14
3 changed files with 1 additions and 24 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue