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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T14:04:29+00:00 2026-06-07T14:04:29+00:00

here is the fiddle of the code I am using: FIDDLE , due to

  • 0

here is the fiddle of the code I am using: FIDDLE, due to an overlapping error preventing the a.trigger from working in IE I need to position the div.pop-up off the screen until the a.trigger is hovered over.

Anyone know how to do this

  • 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-07T14:04:31+00:00Added an answer on June 7, 2026 at 2:04 pm

    Here’s a bit of an old school hack at it. You simply position the element off screen to the left by 1000px and then bring it back just before you do your animation:

    $(document).ready(function() {
        //If Javascript is running, change css on product-description to display:block
        //then hide the div, ready to animate
        $("div.pop-up").css({'display':'block','opacity':'0'})
    
        $("a.trigger").hover(
          function () {
            $(this).prev().css("left", "0px");
            $(this).prev().stop().animate({
              opacity: 1
            }, 500);
          },
          function () {
            // First answer had this line coming first.
            // $(this).prev().css("left", "-1000px");
            $(this).prev().stop().animate({
              opacity: 0
            }, 200);
            // It should actually probably be here
            // so the movement is still done invisibly
            $(this).prev().css("left", "-1000px");
          }
        )
      });​
    

    You’ll also need to add the positioning to the left in the css.

    /* HOVER STYLES */
    div.pop-up {
      /*display: none;*/
      text-align: left;
      position: absolute;
      left: -1000px;      // <--- Send me left
      margin-top: -10px;
      width: 120px;
      padding: 0px 13px;
      background: #eeeeee;
      color: #000000;
      border: 1px solid #1a1a1a;
      font-size: 90%;
    }
    

    See me in action -> JSFiddle

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

Sidebar

Related Questions

I am using some code from a fiddle made by a member of StackOverflow.
I have a fiddle here http://jsfiddle.net/WULsZ/1/ I load jQuery first and the code is
Here's my fiddle : http://jsfiddle.net/JWww3/ I'm not sure to understand why this code is
Here is the code: <div><a><img src= http://www.seeklogo.com/images/R/Random_House_Bertelsmann-logo-B80776D5CA-seeklogo.com.gif/>Test</a>​​​​​​​​​<div>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​ Here is the fiddle: http://jsfiddle.net/zjfw2/ Thanks.
Here is a fiddle with it centered, but the image with position:relative instead of
Here is the fiddle: fiddle Basically I want to include and accordion menu using
Here is my fiddle: http://jsfiddle.net/jamesbrighton/wxWgG/4/ HTML: <div> <p class=click>Click 1</p> <p>This should be ignored</p>
Here is the code I am using to setup the form: <% using (Ajax.BeginForm(SaveCroppedPhoto,
I am using the following code to call data from Google Finance, in IE
I'm using JQuery Sortable UI Where I need to track current position array of

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.