I have a look alike button on my form using <a>
like this:
<a target='_blank' href="mailto:email@me.com" style='font-size:15px;padding:8px 12px;text-decoration:none;'>SEND</a>
When hovering on the button you see the email (href
). Is there a way to hide that and when hovering show nothing?