0
Mouse Hover on a text value and display the same text on the hover
Mouse Hover on a text value and display the same text on the hover
3 Réponses
+ 1
Do nothing, you would get the same text on hover.
0
Hi what is your question?
0
I think you are asking for how to add tooltip text for an element. You can do that by giving the element a title attribute. Like this
<button title="Tool tip">Hover please</button>
It won't work on some mobile browsers. Use JavaScript for such browsers