Take the following code:
WHO
Can we style an abbr tag\'s title? So that instea
If you mean style the actual text that pops up, no you can't style that with CSS; it's browser-specific. Javascript-based tooltips would be the way I would handle it, since it allows to have more control over this behavior.
tooltips