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

  • Home
  • SEARCH
  • 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 553745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:38:14+00:00 2026-05-13T11:38:14+00:00

I have a sequence of position absolute div, say <div>…</div> <div style=display:none>…</div> <div style=display:none>…</div>

  • 0

I have a sequence of position absolute div, say

<div>...</div>
<div style="display:none">...</div>
<div style="display:none">...</div>
<div style="display:none">...</div>

I wrote a simple slide code using jQuery

currentDiv.fadeOut('slow');
nextDiv.fadeIn('slow');

It works perfectly in FF/Chrome/Safari/IE7/IE8, but not in IE6. I found in IE6, fadeOut and fadeIn not occur simultaneously as in other browsers, fadeIn always begin after fadeOut is completed. any ideas?

  • 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-05-13T11:38:14+00:00Added an answer on May 13, 2026 at 11:38 am

    I just tried this example and both a fadeIn and fadeOut work at the same time in IE6:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
                    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    
      <script>
        $(document).ready(function(){
    
          $(document.body).click(function () {
            $("div#one").fadeOut("slow");
            $("div#two").fadeIn("slow");
    
          });
    
        });
    </script>
    <style>
      span { color:red; cursor:pointer; }
      div { margin:3px; width:80px; display:none;
        height:80px; float:left; }
      div#one { background:#f00; display:block;}
      div#two { background:#0f0; }
      div#three { background:#00f; }
    </style>
    </head>
    <body>
    <span>Click here...</span>
    <div id="one"></div>
    <div id="two"></div>
    <div id="three"></div>
    </body>
    </html>
    

    I modified the example from: http://docs.jquery.com/Effects/animate#paramsoptions

    I’ve noticed before that setting the styles display to none in the actual div instead of in the css file or via jquery can sometimes cause issues. Try just giving each div a class of displaynone instead of setting their style tag. Hopefully this helps and good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a sequence of couples of elements. (.div1, .div2) I'm using position:relative attribute
Let's say I have a sequence of values (e.g., 3, 5, 8, 12, 15)
Lets say I have a sequence of 8 items, these loop such that after
I have a code below that try to identify the position of start and
If I have sequence of sequences (maybe a list of tuples) I can use
I have a sequence of migrations in a rails app which includes the following
I have a sequence of SQL calls, which I want to use to detect
I have a sequence. a1 = 1 - cos(x); ai = a1 + (-1)^(i-1)
If you have a sequence of block elements and you wanted to place margin
suppose i have a sequence, called TEST_SEQ what would be the correct way of

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.