tags:

views:

44

answers:

4

Is there a good tutorial on how to make a pure CSS tooltip?

Is there a good tutorial on how to make a tooltip using CSS and Jquery?

A: 

Use the jQuery plugin "tipsy"...instructions are pretty clear on the site http://onehackoranother.com/projects/jquery/tipsy/

and if you need pure css these four lines will do a basic one http://www.kollermedia.at/archive/2008/03/24/easy-css-tooltip/

Neil Sarkar
A: 

i would use jquery plugin's qTip or simpleTip. they both are flexible and pretty straight forward to understand and the linked websites have lots of documentation, tutorials and examples.

ooo
+1  A: 

jQuery UI 1.9 Milestone 1 includes a working version of Tooltip built into the library. The announcement includes usage examples.

If you're going to use jQuery UI 1.9, the latest version is Milestone 2.

calvinf