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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T05:53:28+00:00 2026-05-25T05:53:28+00:00

Ok, so I have this site: http://example.com/ And I was wondering two things –

  • 0

Ok, so I have this site: http://example.com/

And I was wondering two things – A) how can I prevent the side bar from overlapping the text of the resume when the window is small and I scroll? I want the sidebar to scroll vertically, but not horizontally.

B) How can I add little buttons into different parts of the margin? I want to add little buttons to go to my blog, Twitter and such.

  • 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-25T05:53:28+00:00Added an answer on May 25, 2026 at 5:53 am

    I think you will need javascript to do this properly.

    try sticking this in your head section and change your css #sidebar to position:absolute;

    <script type="text/javascript">
      window.onscroll = moveEle;
      function moveEle() {
    
        //Alter top to be how many pixels you want from the top of the window
        var top = 50;
    
        ele = document.getElementById('sidebar');
    
        if(document.body && document.body.scrollTop) {
          ele.style.top = (document.body.scrollTop + top) + "px";
        } else if(document.documentElement && document.documentElement.scrollTop) {
         ele.style.top = (document.documentElement.scrollTop + top) + "px";
        }
      }
    </script>
    

    Oh, and the buttons, you could just put some anchor tags in the sidebar as well with href pointing to whatever addresses you have at twitter etc. Style them with display:block and then style further. You can make them the size you want with whatever background color and border or background image.

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

Sidebar

Related Questions

Say I have this url: http://site.example/dir/ In this folder I have these files: test.ascx.cs
From this site: http://www.toymaker.info/Games/html/vertex_shaders.html We have the following code snippet: // transformations provided by
Background: Suppose I have a website that is hosted on http://www.example.com and the site
1) I have a Drupal site located at http://example.com and I have a directory
I'm completely newbie in PHP. I have tried example code from this site .
Say I have the following site: http://example.com/site that is the same of http://site.example.com I
I have a directory on a site: http://example.com/directory/ In it I have a .
I looked at this site example: http://www.codesampler.com/dx9src/dx9src_6.htm But the code is rather weird: it
I have strings like this: http://localhost:2055/web-site-2009/paginas/noticias/**IGP-M recua 0,36% em agosto, aponta FGV**-46.aspx I'd like
We have a web site with domain http://209.59.154.150/~phnxaudi/ ,. To develop this website we

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.