• I’d like to add to my site the ability to do “tooltips” when hovering the cursor over, say, a word that could use a little ‘popup’ definition, or something of that nature. I know how to do the <span> tag (at least I think so)…

    <span tooltip=”tip….”>text</span>

    But when I do that, nothing shows up when hovering the cursor – is there something I need to add to the index.php or other file in order to get tooltips to work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dmperlman

    (@dmperlman)

    Actually, found a work around already… using “title” instead of “tooltip” works fine. maybe tooltip is browser specific?

    I believe “tooltip” is a specialized element in DHTML and XUL. It’s definitely never been a XHTML tag attribute.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tooltip’ is closed to new replies.