Forum Moderators: phranque

Message Too Old, No Replies

Do "tool tips" work in all browsers?

         

Acternaweb

6:17 pm on Feb 6, 2002 (gmt 0)

10+ Year Member



Do "tool tips" work in all browsers? How do you create the tips on text links?

Thanks,

joshie76

6:22 pm on Feb 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The title attribute applies tool tips to most elements. Works on pretty much anything other than NN4 (IE5+, NN6, Opera etc)

Example: <a href="link" title="click here to go to...">linktext</a>

You can use them in table cells, tables, divs, etc.. and so on.