ソースを参照

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 年 前
コミット
1c7a3d58dd
1 ファイル変更23 行追加0 行削除
  1. 23 0
      index.html

+ 23 - 0
index.html

@@ -149,6 +149,29 @@
 
 </form>
 
+<script>
+  
+function setFooterPos2() {
+  if (document.getElementById("footerCont")) {
+    //if ($("#Password").val() === "") {  
+    //    tollerance = 48;
+    //  } else {
+    //  tollerance = 15;
+    //}
+    tollerance = 22;  	  
+    $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
+    $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance - 6) + "px");
+  }
+}
+
+window.addEventListener("load", function() {
+    
+  setTimeout("setFooterPos2()", 4000);
+
+}, true);
+  
+</script>  
+
 <!-- Yandex.Metrika counter -->
 <script type="text/javascript" >
    (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};