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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:05:22+00:00 2026-05-27T12:05:22+00:00

When I scroll the window/page the hit area denoted by the 100 value in

  • 0

When I scroll the window/page the hit area denoted by the 100 value in n.mousePositionY('.nav', 100); moves off the page/screen. Is there a way of always having that 100 value stay on the screen irrespective of scrolling…it’s for a navigation menu I’m working on. Here’s the code so far:

    //$('.nav').hide();
    var n = new Object();

    n.mousePositionY = function(className, y){
        $(window).mousemove(function(e){
            if(e.pageY < y){ $(className).fadeIn(200); }
            if(e.pageY > y){ $(className).fadeOut(200); }
        });
    }

    n.mousePositionY('.nav', 100); 

Any help would greatly be appreciated, 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-27T12:05:23+00:00Added an answer on May 27, 2026 at 12:05 pm

    If you need a hit area, why don’t you use a fixed element and its mouseover event?

    http://jsfiddle.net/bZdaU/

    <div id="hitme"></div>
    
    #hitme {
       position: fixed;
       top: 100;
       left: 30px;
       height: 30px;
       width: 100px;
    }
    
    $('#hitme').mouseover( function() {
        console.log('mouse in hit area');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I resize window and when vertical scrollbar appears, if I scroll it way
Is there a way to program a Scroll wheel turn on the Windows platform
I am attempting to scroll the window to a location on my page based
I have put a scroll handler to my page : $(window).scroll(function() { ... });
I want applescript to scroll a window all the way up. I've tried the
I am trying to add a login scroll-down window in my page. The window
I'm using the $(window).scroll(); to specify a function to be call for when the
If I want to use the mouse to scroll the window when it gets
Is it possible to scroll the iframe window from the parent window using keys
What I want to do is scroll down the window when I expand elements

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.