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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:20:04+00:00 2026-06-17T09:20:04+00:00

Sorry that question is a bit wishy washy. Let me explain the effect I’m

  • 0

Sorry that question is a bit wishy washy. Let me explain the effect I’m after:

Instead of just using position:fixed on a button that is left:0 and top:50%, I’ve seen effects on the web where when the user scrolls down, the button (and rest of the page heads upwards), but the button eases back into it’s original fixed position. So it’s much more noticeable than just a css fixed item.

I’m having a real hard time googling this effect. I can’t remember what sites I’ve seen it on but it usually contains social/share buttons when scrolling down an article.

Can anyone help?

  • 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-17T09:20:05+00:00Added an answer on June 17, 2026 at 9:20 am

    You can use a fairly simple jQuery code snippet taken directly from here: http://css-tricks.com/scrollfollow-sidebar/ (not my code)

    $(function() {
    
        var $sidebar   = $("#sidebar"), 
            $window    = $(window),
            offset     = $sidebar.offset(),
            topPadding = 15;
    
        $window.scroll(function() {
            if ($window.scrollTop() > offset.top) {
                $sidebar.stop().animate({
                    marginTop: $window.scrollTop() - offset.top + topPadding
                });
            } else {
                $sidebar.stop().animate({
                    marginTop: 0
                });
            }
        });
    
    });
    

    Of course, change #sidebar to match your button.

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

Sidebar

Related Questions

Sorry if that question was a bit unclear. Let me try to explain. I
Sorry that the question of this problem might be a bit vague. I'm trying
My question is related to a beginner's topic (sorry for that...). I'm just starting
first of all, sorry if that question is dumb but I´m a total newbie
This question will be a little longer and I am sorry for that :)
Sorry if this is a dumb question but im creating a filter class that
Sorry if the question is dumb. Somewhere I read that ASP.NET supports three types
Sorry if this is a stupid question... I've developed an application that creates absolute
Sorry if the question is bit confusing. This is similar to this question I
Really sorry to be asking a bit of an off topic question, but we've

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.