html - disable url action without disabling mouseover text -
Is there a way to use something similar to pointer-events: disable any For example hyperlinks and no mouseover text
For example, suppose I have:
The link is disabled, but mouseover text is also disabled. I want to know how to disable the link by enabling mouseover text.
You can repeat this by using javascript
, just enter Exclude the style
and add onclic
.
& lt; A href = "http://www.google.com" title = "mouseover text" onclick = "return false;" & Gt; Link text & lt; / A & gt;
I do not suggest doing this, instead, I have a & lt; Span & gt;
title
.
Comments
Post a Comment