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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:54:09+00:00 2026-05-16T08:54:09+00:00

Can I specify an y offset in the url path when I use bookmarks

  • 0

Can I specify an y offset in the url path when I use bookmarks ?

Let’s say I have this path: mywebsite.com/mypage#bookmark

I would like to center the bookmark section in the middle of the page and not in the top.

I was wondering if I can specify something like ..mypage#bookmark&y-offset=100

maybe i can use javascript to get that value..
thanks

  • 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-16T08:54:10+00:00Added an answer on May 16, 2026 at 8:54 am

    There is no native way to do this, but what you can do is define a separator between the ID and the offset, e.g. /, then parse it out.

    For example:

    /path/to/page#id/200

    Then you can parse the value out and manually move it forward. Note that I don’t know how to trigger this as an event if you’re already on the page and moving to an anchor on the page (please fill me in anyone?)

    function moveToHash() {
        function offset(node) {
            var x = 0, y = 0; do {
                x += node.offsetLeft;
                y += node.offsetTop;
            } while (node = node.offsetParent);
            return {x: x, y: y};
        }
        var id = location.search.match(/([^\/]+)/)[1];
        var offset = location.search.match(/\/(.+)/)[1] * 1;
        var nodeOffset = offset(document.getElementById(id));
        window.scrollTo(nodeOffset.x, nodeOffset.y);
        window.scrollBy(0, offset);
    }
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally we can specify a target in the link or use javascript window.open to
Can I specify the javac path from within ant, when using fork ? I'm
The mac command say can specify the voice used with the -v flag. say
I know that I can specify a constructor to use with the DefaultConstructor attribute.
Why can't I use variable which contains a number to specify an array value:
We can specify an And specifier in Watir, like ie.link(:innertext=>google,:href=>http://www.google.com).click Can we specify an
Software packages with a configure script can specify this manually by adding --prefix: ./configure
I know I can specify one for each form, or for the root form
In Subversion you can specify a range of versions to get an aggregate view
I understand that I can specify system properties to Tomcat by passing arguments 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.