How to get hover message when mouse goes on a button.
Thanks
Use a title attribute.
<input type='button' value='Press me' title='This is my title' />
The attribute title matters here. Just add the title attribute and write the message to be given in button tag.
example :
<button title="Message needs to be shown">My button</button>
This should work fine. if you are using link for the button:
<button><a href="http://link.php" title="Msg to be shown">My button</a></button>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With