footer的调整
This commit is contained in:
parent
1f6751a80c
commit
a4be0daaf1
|
@ -656,9 +656,7 @@ function set_footer(){
|
|||
if ( ($(document.body).height()) < $(window).height()) {
|
||||
$footer.css({
|
||||
position: "absolute"
|
||||
}).stop().animate({
|
||||
top: footerTop
|
||||
});
|
||||
}).stop().css("top", footerTop);
|
||||
} else {
|
||||
$footer.css({
|
||||
position: "static"
|
||||
|
|
Loading…
Reference in New Issue