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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:05:33+00:00 2026-05-27T21:05:33+00:00

I would like to make it so when user scrolls down and reaches a

  • 0

I would like to make it so when user scrolls down and reaches a certain div, say #float, set that div to margin-top: 50px and position fixed, and if user scrolls back up undo those changes. It’s hard to understand I know ))) If you go to this page and pay your attention to sidebar once scrolling up and down you will see what I mean.

As you scroll down 2nd advertisement scrolls with a page too.

How would I achieve same functionality with jQuery/CSS?

  • 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-27T21:05:33+00:00Added an answer on May 27, 2026 at 9:05 pm

    This is a way of doing it in jQuery.

    This code is provided for example purposes only; there are almost certainly a handful of regularly-maintained jQuery plugins that will do this thing for you – check GitHub or DailyJS.

    $(window).scroll(function() {
        var styledDiv = $('#styledDiv'),
            targetScroll = $('#float').position().top,
            currentScroll = $('html').scrollTop() || $('body').scrollTop();
    
        styledDiv.toggleClass('fixedPos', currentScroll >= targetScroll);
    });
    

    Here is a simple JSFiddle of the above in action.

    Edit: Have now refactored this code to a more elegant solution.

    Edit 2: Following an email I received about a question, I’ve updated the code above so that it also works in Firefox. As $('body').scrollTop() will not work in Firefox (See comments on the jQuery API page), we need to check both the html and body elements.

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

Sidebar

Related Questions

I would like to make sure that a certain user isn't existing already in
I'd like to have a div appear after a user scrolls down on a
I would like to make my user control have invisible areas like the areas
I am working on a site and I would like to make a user
We're developing a windows mobile 6.1 application and would like to make the user
I would like to make my own user-mode NAT application. I have the folowing
I would like to make my application ask the user some informations via something
I would like to make a form in HTML where a user enters some
I have a Window with my user control and I would like to make
Would like to make anapplication in Java that will not automatically parse parameters used

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.