Can an abbr tag's title be styled?

前端 未结 4 1572
闹比i
闹比i 2021-01-04 18:10

Take the following code:

WHO

Can we style an abbr tag\'s title? So that instea

4条回答
  •  梦毁少年i
    2021-01-04 19:10

    You can style the way the shortened version appears, so in this case 'WHO'. But not the way the pop up box appears, as that is controlled by the browser/OS.

    You can get around this limitation by applying some JQuery stuff to any abbr tag programatically - this would display a div, of which the contents would read the same as the title on the tag that called it.

提交回复
热议问题