Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8654057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:41:30+00:00 2026-06-12T14:41:30+00:00

this is my code for now: jQuery(document).ready(function($) { $(div#main).hide(); $(div#footer).hide(); setTimeout(function () { $(div#main).fadeIn(slow);

  • 0

this is my code for now:

jQuery(document).ready(function($) {
$("div#main").hide();
$("div#footer").hide();
setTimeout(function () { $("div#main").fadeIn("slow"); }, 2000);
setTimeout(function () { $("div#footer").fadeIn("slow"); }, 2000);
});

and this is the site:
http://thecodefixer.com/tatmuda/blog/

please view in ie8 and see what happens

i need to see the background image first and then that the main content square and the footer will show up fading in….(just like in firefox and chrome…works great)

someone know how to fix this in ie8?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T14:41:31+00:00Added an answer on June 12, 2026 at 2:41 pm

    Default those two elements to display:none in CSS. It looks like the problem in IE8 is that everything is taking too long to load and your #main and #footer are block at the start. Then when jQuery is finally ‘ready’, those elements are hidden. This is what makes them flicker like that. So add this to your page to see if that’s the case:

    #main{display:none;}
    #footer{display:none;}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code right now: $(document).ready(function () { $(div#main-edit).click( function() { var cursorExists
I have this jquery code: <script type=text/javascript> jQuery(document).ready(function($){ // hides the slickbox as soon
before this I wrote all jquery-code into main fail. Now I want to move
I have right now this code: <ul><li class=listitem>text<li></ul> jQuery: $('.listitem').click(function() { $(#elname).text($(this).text()); $('#slists').css('visibility','hidden') $('#elname').css('visibility','visible')
right now , I use jQUery(document).ready to inject javascript into a div. All is
I have below code in Jquery $(document).ready(function() { // bind to cells with an
I have this code right now to get the row value from jquery grid..
index.php has this jquery code which loads notifications.inc.php into a div on the page
EDIT: This code now works correctly, I only left it in case someone finds
In Python I have this code: now = datetime.now().isoformat() if . not in now:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.