Click to See Complete Forum and Search --> : any good js tooltip links ?


PHPycho
06-27-2007, 05:23 AM
Hello forums !!
I would like to know some good links of js tooltip or hints .
Can anybody suggest me the good working ones...
Thanks in advance to all of you

mark_79_smith
06-27-2007, 11:45 AM
Hi,

There are quite a few javascript resource sites out there.

I personally like www.dynamicdrive.com.

Mark

alimadzi
06-27-2007, 02:12 PM
Here's the holy grail of tooltips for you...

http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/

Enjoy!

NogDog
06-28-2007, 10:02 PM
Depending on what it is you actually want to do, you may not need any JavaScript: just use the HTML "title" attribute (http://www.w3.org/TR/html4/struct/global.html#adef-title) (possibly with a <span> tag if the text in question is not already within a HTML element).