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 7164855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:08:41+00:00 2026-05-28T14:08:41+00:00

Hi so I am fading my iframe into the page: <script type=’text/javascript’>//<![CDATA[ $(window).load(function(){ $(#doneimg).fadeIn(500);

  • 0

Hi so I am fading my iframe into the page:

<script type='text/javascript'>//<![CDATA[ 
$(window).load(function(){
$("#doneimg").fadeIn(500);
});//]]>  
</script>

<div style="display: none;" id="doneimg">
        <iframe src="http://om-p.com" width="90%" height="400" name="SELFHTML_in_a_box">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:
Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis
aufrufen: <a href="../../../index.htm">SELFHTML</a></p>
</iframe>
    </div>

but the problem is that the page loads like if there were no element
so the page length is very small and as soon as the frame has started to fadein increases.

So how can I make the page not change its length but rather have it constant fromt he start?

  • 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-28T14:08:42+00:00Added an answer on May 28, 2026 at 2:08 pm

    First, change display: none; to visibility: hidden:

    <div style="visibility: hidden;" id="doneimg">
    

    Then animate the opacity:

    $("#doneimg").css({opacity: 0.0, visibility: "visible"}).animate({opacity: 1.0}, 500);
    

    (Since the ordinary show and fadeIn are using the display they won’t “work” anymore)

    Live test case.

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

Sidebar

Related Questions

I'm fading in some text when the page loads with jQuery. The opactity transition
I have 3 divs fading in on page load with delays. how do I
I want to create a fading effect of text in Label control. I change
I would like to make my iframe fadein as soon as the visitor has
fading text using div tag any help....???
I want to add an <iframe> , whose source is HTML 4, into a
I wanted my app to had a fading picture first before going into another
I am fading a DIV slowly, $(ele).fadeIn('slow'); How can i create a very good
so i have this script that is simply fading p tags in and out
Here is a simple image gallery script for fading in and out divs with

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.