From: tommy tomson Date: Wed, 2 May 2012 10:40:51 +0000 (+0200) Subject: diabook-theme: fix footer/impressum X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a9cd8cd4bb8fd592a00f345c9d1b4ed95497316;p=friendica.git diabook-theme: fix footer/impressum --- diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 07fef7d7cc..f9be99759e 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"){