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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T19:29:12+00:00 2026-06-05T19:29:12+00:00

This should be a simple answer. I’m just not knowledgeable enough in CSS to

  • 0

This should be a simple answer. I’m just not knowledgeable enough in CSS to know what to look for to fix this.

My employer wants me to add Skip to Content links to all the pages on our website as he’s with a visual disability and it would improve accessibility by a lot.

I want to implement the method described here: http://webaim.org/techniques/skipnav/#focus

My problem is that when the links gain focus, the rest of the page layout gets pushed down by a few pixels due to the text suddenly appearing. I want to have the text show at the top of the page without it affecting the layout below it. Can I fix the position of my layout somehow?

The entire layout is wrapped with a div container already, so I’m guessing it would just be a matter of adding a CSS property to that container that will fix it’s position.

Thanks in advance.

  • 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-05T19:29:13+00:00Added an answer on June 5, 2026 at 7:29 pm

    You should be able to do this by absolutely positioning the link:

    #skip a:active, #skip a:focus
    {
    position:absolute;
    top: 0px; 
    width:100%;
    height:auto;
    text-align: center;
    }
    

    Absolutely positioned elements are removed from the normal flow. The document and other elements behave like the absolutely positioned element does not exist, so this will add the link right at the top of the page, but should not cause the rest of the page elements to move.

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

Sidebar

Related Questions

I should know this but I expect it to be a simple answer... This
This should probably have a simple answer I just can't figure out. Anyway, I
This should be very simple but I could not find an exhaustive answer: I
This should be very simple (when you know the answer). From this question I
This should be simple, but the answer is eluding me. If I've got a
I feel this should be simple but I can't find an answer. I want
This should be simple I think but I just can't fathom it. I need
This should seem simple enough, but can't figure it out. I was porting a
This should be a simple question but I haven't managed to find the answer
I know this should be fairly simple but I don't get it anyhow. I'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.