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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:11:35+00:00 2026-06-06T09:11:35+00:00

I am working on a noscript chunk of code whereby I do some stuff

  • 0

I am working on a noscript chunk of code whereby I do some stuff that includes a <p> at the top of the page that alerts the users that he/she has JavaScript disabled.

The end result should look like the Stack Exchange sites when JavaScript is disabled (here is a screenshot of mine – SE looks similar except it is at the very top of the page):

enter image description here

I have it working OK, but I would love it if the red bar stayed fixed along the top, upon scrolling.

I tried using the position: fixed; method, but it ends up moving the p element and I can’t get it to look exactly the same as it does without the position: fixed; modification. I tried fiddling with CSS top and left and other positioning but it doesn’t ever look like I want it to.

Here is a CSS snippett:

<noscript>

<style type="text/css">

p.noscript_warning {
    position: fixed;
}

</style>

</noscript>
  • 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-06T09:11:36+00:00Added an answer on June 6, 2026 at 9:11 am

    You should not have a space after the ..

    p.noscript_warning {
        position: fixed;
        top: 0;
        width: 100%; /* For Browser Compatibility */
    }
    

    Check out the Fiddle here… 🙂

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

Sidebar

Related Questions

I have a page that has lots of images and other code that would
Working on game where plates will be falling from top to bottom. Some plates
I'm trying to create some javascript code that will display a javascript form (from
I'm working from some sample code, provided in PHP - we are using c#,
Working with an undisclosed API, I found a function that can set the number
i am trying to redirect users without javascript enabled to our help page (help.php),
I have an ad code that I am embedding in a div and then
Working on an extension that use the new experimental devtools apis. How do you
Problem is that the flash movie is not working when this is within the
I'm working on a project that requires that the vertical borders, which are currently

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.