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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:18:37+00:00 2026-05-12T06:18:37+00:00

On this page in Espn.com, if you go to the upper right corner and

  • 0

On this page in Espn.com, if you go to the upper right corner and hover over “myESPN”, an inline popup window (if that is what it can be called) appears (in such a way that it looks connected to the initial button) and allows the user to log in to the site.

In the html it looks like there is a hidden div that is made visible and is pushed to the front when the mouse goes over a certain element, and stays in view as long as the mouse remains on the calling element, or the newly shown element itself.

I am looking to do something similar. However, after poking around a bit with Firebug, I am unable to identify exactly how it is done. I assume that it involved javascript, and probably jquery as well – can anyone help with the specifics on implementation?

  • 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-12T06:18:37+00:00Added an answer on May 12, 2026 at 6:18 am

    What you need is an absolutely-positioned div-element, which you position the way you want it to appear. Then you hide it with style=”display: none;”, and on mouseover of the right element, you show it. With jQuery that’d be:

    HTML:
    <div id="layer" style="display: none; position: absolute; top: 10px; left:   300px;">something</div>
    
    Javascript:
    $('#elementToHover').mouseover(function() {
        clearTimeout(timeout);
        $('#layer').show();
    });
    

    Edit:
    To hide it:

    var timeout;
    $('#elementToHover').mouseout(function() {
        timeout = setTimeout("hide()", 1000);
    });
    $('#layer').mouseover(function() {
        clearTimeout(timeout);
    });
    $('#layer').mouseout(function() {
        timeout = setTimeout("hide()", 1000);
    });
    function hide() {
        $('#layer').hide();
    }
    

    or something similar…

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

Sidebar

Related Questions

This page is live at http://settlementprep.com/services/ $(#services_nav li a.move ).hover(function(){ $(this).stop().animate({'padding-bottom':20px},{queue:false,duration:200}); }, function() {
This page describes an 'IN' operator that can be used in GAE Datastore to
Okay so for this page: http://www.facebook.com/ESPN?sk=app_224097940938597 Which appears on the left hand bar between
This page -- http://webdesign.about.com/od/localization/l/blhtmlcodes-punc.htm -- shows a list of HTML characters that can be
This page shows says that it is so that the method can return -1
This page indicates that Greek letters can be inserted into Emacs by using M-i
This page indicates that TabPage has a GotFocus event, but in Visual Studio 2008
Using this page, http://developer.android.com/sdk/compatibility-library.html , I have installed the Android Support Package, added a
On this page , I see something interesting: Note that there is a fast-path
This page says that GCC 4.5 has C++ raw string literals: http://gcc.gnu.org/projects/cxx0x.html But when

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.