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

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

Example:

 Link 

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

10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-21 22:59

    CSS can't change the tooltip appearance. It is browser/OS-dependent. If you want something different you'll have to use Javascript to generate markup when you hover over the element instead of the default tooltip.

提交回复
热议问题