Take the following code:
WHO
Can we style an abbr tag\'s title? So that instea
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.