Jump to content
  • 0

Преждевременная загружка footer'а


docmai
 Share

Question

2 answers to this question

Recommended Posts

  • 0

В самый конец кода прям перед закрытием body добавить

<script>
document.getElementById('footer').style.display = "block";
</script>

А здесь


<div id="footer" class="cf">

так

<div id="footer" class="cf" style="display: none;">

Если не поможет, добавьте ещё в css на footer следующее


transition: all 0s .6s;
-moz-transition: all 0s .6;
-webkit-transition: all 0s .6s;
-o-transition: all 0s .6s;

Edited by alexandr_v-vich
Link to comment
Share on other sites

  • 0

В самый конец кода прям перед закрытием body добавить

<script>
document.getElementById('footer').style.display = "block";
</script>

А здесь


<div id="footer" class="cf">

так

<div id="footer" class="cf" style="display: none;">

Если не поможет, добавьте ещё в css на footer следующее


transition: all 0s .6s;
-moz-transition: all 0s .6;
-webkit-transition: all 0s .6s;
-o-transition: all 0s .6s;

Благодарю вас за совет! Всё сделал, однако проблема всё ещё актуальна.

P.S. Мне так же посоветовали: "Проблема заключается в том что у вас в <body> стоит фон astea.ru/images/bg_bottom... Надо диву с id = "header", переопределить фон, сейчас же он прозрачный"

Сделал фон размером 815px x 250px:

#header {

background-image:url(../images/bg_header.jpg);

background-repeat: repeat;

...

}

Однако часть футера всё же видна (но уже не весь) - в Хроме, а в Firefox всё в порядке.

Edited by docmai
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy