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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:32:43+00:00 2026-06-11T23:32:43+00:00

I am trying to get my main logo image to fade in (using Jquery)

  • 0

I am trying to get my main logo image to fade in (using Jquery) after a certain delay.

The script actually works fine EXCEPT that when you 1st load the page, the ENTIRE page falls under style="display:none"

I ONLY want the logo to display:none not the entire page. Is there something I am missing? Some tag I am not closing? Here is the link: My Website
And here is the code [Javascript]:

`<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
        $('#logo').delay(1500).fadeIn(1500);
});
</script>

And here is the HTML:

<img src="img/made_clothes2.png" class="clothingLogo" id="logo" style="display:none;" />
<center><ul class="social">
    <li><a href="http://www.facebook.com/madeclothiers"><img src="img/facebook.png" class="social"></a></li>
    <li><a href="http://www.twitter.com/madeclothiers"><img src="img/twitter.png" class="social"></a></li>
    <li><a href="http://www.madeclothiers.tumblr.com/"><img src="img/tumblr.png" class="social"></a></li>
    <li><a href="http://web.stagram.com/n/madeclothiers"><img src="img/instagram.png" class="social"></a></li>
</ul></center>

As it stands now, when the page load NOTHING shows until the delay.fadeIn() is executed… I want the other “social” images to load and the #logo to load independently on its on [using the delay.fadeIn()].

Thanks,
[edited: I fixed the img tag and ul tag, but still no go on the image “social” images loading]

  • 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-11T23:32:44+00:00Added an answer on June 11, 2026 at 11:32 pm

    updated answer, one which actually works
    modify your jquery script to the following

    $(document).ready(function() {
            $('#logo').css({ opacity: 1});
    });
    

    add this to your css

    .clothingLogo {
        opacity: 0.001;
        transition: opacity 1.5s 1.5s;
        -moz-transition: opacity 1.5s 1.5s;
        -webkit-transition: opacity 1.5s 1.5s;
        -o-transition: opacity 1.5s 1.5s;
        -ms-transition: opacity 1.5s 1.5s;
        -khtml-transition: opacity 1.5s 1.5s;
    }
    

    remove all styling from image

    <img src="img/made_clothes2.png" class="clothingLogo" id="logo" />
    

    tested firefox and chrome, if you want you can find some other way to express opacity for antique ie versions…

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

Sidebar

Related Questions

I'm trying to get the main image to change depending on the thumbnail image
I am trying to get the entered data from an activity. From my main
I've been trying to learn about metaclasses in Python. I get the main idea,
I am trying get all html links within a string and replace them using
I am trying get all html links within a string and replace them using
I am trying get Struts 2 and Tiles to work and I am using
Here is my source code I'm trying to get to work: In Main.hs: import
Trying to get the hang of using OOP in Perl. My problem is that
I am trying to get all the main links, then click on them and
I'm trying to get the main elements to my JSON feed but it won't

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.