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;

To get a colonial effect, a title .

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -