From 6a9cd8cd4bb8fd592a00f345c9d1b4ed95497316 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 2 May 2012 12:40:51 +0200 Subject: [PATCH] diabook-theme: fix footer/impressum --- view/theme/diabook/theme.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"){