How to change the style of the title attribute inside an anchor tag?

前端 未结 10 1307
故里飘歌
故里飘歌 2020-11-21 22:27

Example:

 Link 

How do I change the presentation of the \"title\" attribute in th

10条回答
  •  天涯浪人
    2020-11-21 23:02

    Native tooltip cannot be styled.

    That being said, you can use some library that would show styles floating layers when element is being hovered (instead of the native tooltips, and suppress them) requiring little or no code modifications...

提交回复
热议问题