diff options
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 07fef7d7c..f9be99759 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -436,7 +436,9 @@ function scrolltop(){ $(window).scroll(function () { - + var footer_top = $(document).height() - 30; + $("div#footerbox").css("top", footer_top); + var scrollInfo = $(window).scrollTop(); if (scrollInfo <= "900"){ |