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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:39:35+00:00 2026-06-17T11:39:35+00:00

I have this little bit of code for a fade in effect but for

  • 0

I have this little bit of code for a fade in effect but for some reason firefox is not picking up the which I need because the fade it doesn’t work for firefox. What am I missing to get this to work?

<noscript>
</style>
<style type="text/css"> 
  body {display:inherit !important;} /*if they haven't got javascript we need to show the body       
</style>
</noscript>

<script type="text/javascript">
 $(document).ready(function() { $("body").fadeIn(1500);});
</script>

the css

body {
     background-color:#000;
     overflow-x:hidden;
     -webkit-text-size-adjust:100%;
     display:none;}
  • 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-17T11:39:36+00:00Added an answer on June 17, 2026 at 11:39 am

    You can’t have a <noscript> tag anywhere but the <body> section of your document, and you can’t have a <style> tag anywhere but the <head> section of your document (see this post).

    An alternative way to do this would be to make the body tag default to display: visible and set the display property using JavaScript like so:

    <body>
        <script type="text/javascript">document.body.style.display = "none";</script>
        ...
    </body>
    

    Then get rid of your <noscript> tag completely and remove the display:none; line from your CSS declaration.

    The advantage of this is that if the browser doesn’t have JavaScript enabled, your <body> tag will be visible, regardless of how the browser handles the <noscript> tag.

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

Sidebar

Related Questions

its a little bit hard to understand. in the header.php i have this code:
This question may seem a little bit stackoverflow-implementation specific, but I have seen a
I have this little NetStream movie (which I'm not allowed to show, sorry) set
So I wrote this little bit of code to try out some new way
I'm currently in a little bit of a pickle. I have some code that
Ok. I have this little bit of code that is supposed to use text
Say I have this little bit of code: public static void LoadSomething(Type t) {
I have this little bit of code: using System; using System.Web.Mvc; public class SecureFilter
I have this little bit of code that I can't quite work correctly. The
I have a repeater of div's that look a little bit like this: <div

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.