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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:21:05+00:00 2026-05-27T03:21:05+00:00

total jquery newb here and I’m wondering what the difference in therse two types

  • 0

total jquery newb here and I’m wondering what the difference in therse two types of text that appear when you hover over something and if someone can explain what both of them are, thank a lot.

First hover text :
when you hover over the up-vote or down-vote here on stackoverflow you will see two different messages that appear in a yellow box.

Second hover text:

https://twitter.com/#!/BRAINFEEDER

when you hover over a recommended person’s image or hover over the small circles to the right of the ‘Follow’ button, a black box appears with a small triangle and describes what you are hovering.

Really appreciate any information thanks again

  • 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-27T03:21:05+00:00Added an answer on May 27, 2026 at 3:21 am

    In stackoverflow when you hover over the voted arrow is called a tooltip which is generated by default browser’s for this we use title
    write this:

    <a title="This question shows research effort; it is useful and clear (click again to undo)">up vote</a>
    

    On the other like in twitter is a custom tooltip which your created with css & if you want some animation you can use javascript also.

    Write like this:

    html:

    <a class="parent">
     <span class="tooltip">hello</span>
    </a>
    

    CSS:

    .parent{
      display:block;
      position:relative;
    }
    .tooltip{
      display:none;
      position:absolute;
      top:-20px;
      left:-10x;
    }
    .parent:hover .tooltip{
     display:block
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I couldn't find anything about getting the total JSON record count using jQuery. Here
Here the total height of all <div> 's are 900 pixels, but the jQuery
total nubi here and i'm trying to writ an application that trackes how far
I've been working with Jquery fro a grand total of two hours now. Up
Total beginner question about jQuery: I have a Form that contains several TextBoxes (input
I have Account ID(Select),Account Name, Percentage(Text) and Total columns in the JQuery Table. Whenever
I am a total jQuery newbie (well web coding newbie come to that) and
So, I am a TOTAL jQuery / jQuery Tools newbie, but I'm learning... Here's
I'll preface this by saying that I'm a total jquery newbie. That said, I'd
I've got the following jQuery code: var total = parseFloat($(.hidden-total).text()); For some reason or

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.