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
In stackoverflow when you hover over the voted arrow is called a
tooltipwhich is generated by default browser’s for this we usetitlewrite this:
On the other like in twitter is a
custom tooltipwhich your created withcss& if you want some animation you can usejavascriptalso.Write like this:
html:
CSS: