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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:30:32+00:00 2026-05-27T19:30:32+00:00

Within an ASPX page, I would like to have the popup shown within the

  • 0

Within an ASPX page, I would like to have the popup shown within the closes xy coordinate of where mousehover is done (similar to windows status bar where when we mousehover outlook it shows something next to it. )

So in my ASPX page currently I have the jquery that shows the dialog in the center of the page (it masks the ASPX page into whole white and then displays the the actual content as a popup window) but I would like to show the popup closer to the mousehover without masking the aspx page.

The ASPX page has few jquery references.
Below is the ASPX page.

<asp:Content ContentPlaceHolderID="PageScript" runat="server">
    <div class="inline">
        <a href="#" tabindex="-1" class="question-quality"></a>
        <span>Quality:</span>
    </div>

<div id="dialog_product-quality" class="dialog-content" style="display: none;">
    <div class="dialog-content-padding">
        <p>
             <asp:Literal runat="server" ID="ProductQualityContentText" />
        </p>
    </div>
</div>

<link type="text/css" href="/store/javascript/css/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="/javascript/jquery.ui.core.js"></script>
<script type="text/javascript" src="/javascript/jquery.ui.widget.js"></script>
<script type="text/javascript" src="/javascript/jquery.ui.mouse.js"></script>
<script type="text/javascript" src="/javascript/jquery.ui.slider.js"></script>
<script type="text/javascript" src="/javascript/jquery151.min.js"></script>
<script type="text/javascript">

$(document).ready(function() {
$('div#dialog_product-quality').dialog(dialog_options);

$('a.Quality').hover(function(e){
   e.preventDefault();
   openDialogWindow('div#dialog_product-quality', 'Product Quality');
});
</script>
</asp:Content>

Please suggest.

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-27T19:30:32+00:00Added an answer on May 27, 2026 at 7:30 pm

    Quote OP:

    …I would like to have the popup shown within the closes xy coordinate
    of where mousehover is done…

    …The ASPX page has few jquery references…

    …Please suggest.

    jQuery plugin, qTip2, will give you the option of having the popup tooltip or modal box follow the mouse pointer, if that’s what you’re asking. See mouse tracking demo below.

    http://craigsworks.com/projects/qtip2/demos/#mouse

    jsFiddle Demo with Code

    Download and include the qTip2 JavaScript & CSS files.

    <div id="demo-mouse" class="box">
        <h3>Hover over this box to see mouse tracking in action</h3>
    </div>
    
    
    $(document).ready(function()
    {
        $('#demo-mouse').qtip({
            content: 'I position myself at the current mouse position',
            position: {
                my: 'top left',
                target: 'mouse',
                viewport: $(window), // Keep it on-screen at all times if possible
                adjust: {
                    x: 10,  y: 10
                }
            },
            hide: {
                fixed: true // Helps to prevent the tooltip from hiding ocassionally when tracking!
            },
            style: 'ui-tooltip-shadow'
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a tag cloud on my master page. I would like to redirect
I am trying to load generics within the aspx page. Here is my code
Within my code I have list items like this; <div id=content> <ul class=kwicks> <li
I'm using VS 2010, vb.net and asp 3.5. I have a simple default.aspx page
I have an aspx page with a Masterpage containing a panel with a CssClass
I have a top-level page called ReceiveItem . Within that page, I have a
In my own server control, I would like to implement something similar to the
In my aspx page I have a element prefilled with 50 options displaying the
I have a web-service, 'AHandyWebService' implemented within a .aspx ( not within the .aspx.cs).
From within my .aspx page I am trying to make a request to an

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.