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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:11:27+00:00 2026-06-12T12:11:27+00:00

I need help finding jQuery js fixed left menu like this . Fixed position

  • 0

I need help finding jQuery js fixed left menu like this.

Fixed position scrolling should depends on browser header.

  • 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-12T12:11:28+00:00Added an answer on June 12, 2026 at 12:11 pm

    see the answer in link

    I prepared a demo in the answer might it help you

    Main thing you need is jQuery

    $(function(){    // this is the shorthand for document.ready
      $(document).scroll(function(){    // this is the scroll event for the document
    
        scrolltop = $(document).scrollTop(); // by this we get the value of the scrolltop ie how much scroll has been don by user
        if(parseInt(scrolltop) >= 80)    // check if the scroll value is equal to the top of navigation
          { 
            $("#navbar").css({"position":"fixed","top":"0"});   // is yes then make the position fixed to top 0
          }
        else
        {
          $("#navbar").css({"position":"absolute","top":"80px"}); // if no then make the position to absolute and set it to 80
        }
      })
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help finding a viable solution to convert bbcode to html, this is
i need some help about finding elements position. im working on an e-book reader,
I need some help finding a jQuery plugin which will allow me to display
I need some help finding a jQuery solution to display multiple images in a
I don't want code, just need help finding where to start this project. I
I need a little help for finding regular expression that suits my need, what
Need help writing a script downloads data from google insight using c# this is
need help in error in database pivot. i have table tamed table_score like below:
I have two tables on different servers, and I'd like some help finding an
I need help finding the most efficient way to merge two in-memory collections 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.