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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:51:01+00:00 2026-05-23T01:51:01+00:00

Hello guys on my blog I use this script: jQuery(document).ready(function () { jQuery(.postbox).hover(function ()

  • 0

Hello guys on my blog I use this script:

jQuery(document).ready(function () {
    jQuery(".postbox").hover(function () {
        tipinfo = $(this).find('.tipinfo');
        var t = jQuery(this).position() + jQuery(this).width();
        var leftto = t.left + jQuery(this).width() - 30;
        tipinfo.css({ 
            top: jQuery(this).position().top + jQuery(this).height() - 2, 
            left: leftto 
        });
        tipinfo.show(); //vedi tooltip
    }, function () {
        tipinfo.hide(); //nascondi tooltip
    })
});

The tooltip works perfectly with all browsers except IE. I know that the state Hover the browser from Microsoft is not working, so I ask for your help. There is a hack to remedy the problem?

I would be very grateful for your help

The CSS:

.tipinfo {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: none;
    position: absolute;
    width: 350px;
    z-index: 1000;
}

.bgbull {
    background: url(images/bgbulle.png) no-repeat scroll 0 0 transparent;
    height: 29px;
    line-height: 35px;
    padding-left: 50px;
    width: 308px;
}

.infob {
    background: none repeat scroll 0 0 #151515;
    border-bottom: 1px solid #151515;
    border-left: 1px solid #151515;
    border-right: 1px solid #151515;
    line-height:1.2em;
    padding: 5px
    ;width: 296px;
}

.bgbullbottom {
    background: url(images/bgbullebottom.png) no-repeat scroll 0 0 transparent;
    height: 29px;
    line-height: 35px;
    padding-left: 50px;
    width: 308px;
}

HTML Code:

<div class="tipinfo" style="display:none;">
<div class="bgbull"></div>
<div class="infob">
<h4 style="color:#494949;font-family:arial,sans-serif;font-size:12px;font-weight:bold;"><?php    the_title_attribute(); ?></h4>
<br>
<span style="color:#bbb;"><?php the_excerpt(); ?></span>
<br>
<div style="margin-top:2px;border-top:1px dotted #323232;"></div><br>
<div style="color:#bbb;">
<span class="info">Genere: </span><br />
<span class="info">Durata: </span><br />
<span class="info">Non sai se ti piace? </span>
</div>
<div class="clear"></div>
</div>
<div class="bgbullbottom"></div>
</div>
  • 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-23T01:51:01+00:00Added an answer on May 23, 2026 at 1:51 am

    This like looks wrong to me:

    var t = jQuery(this).position() + jQuery(this).width();
    

    Because jQuery(this).position() returns object, but jQuery(this).width() returns integer. Probably you should change it to :

    var t = jQuery(this).position();
    t.left += jQuery(this).width();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello guys I have this video tutorial on Ruby on Rails and I see
Hello can anybody solve this please I'm creating the object in the action class
Hello I am working with a simulator that uses rcS scripts to boot, this
Hello guys i am developing MVC application, I want to call a action (with
Hello guys i have installed wamp server Version 2.0 .. and i have tried
Hello guys I'm creating a little website for my Javascript course. I created a
Hello guys I have 1675 line Code. Want to when user click button textbox.text
Hello Guys can you help me for creating a TextView in title bar so
Hello Guys I have msg box when i press on yes its close that
. Hello guys, Can we write our custom controls in such a way that

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.