Here you can see a tooltip when you put your focus on any of the
following form fields. You can move between fields with your
keyboard (using the TAB key) or with your mouse.
Here is our HTML structure. Each tooltip is specified in
the title attribute of each form element:
This form has minimal CSS styling and you can see it by looking at
the standalone page's source code.
CSS coding
Here is our tooltip "skin". Everything is pure CSS without any
images or background images:
JavaScript coding
All tooltips are enabled with the following configuration. If you
want to customize the events when the tooltip is shown, then you
should read
about event
management from the tooltip documentation.
The new jQuery Tools book by Alex Libby explores the library in a
precise and structured fashion. If you are getting started on jQuery Tools or
looking for better ways to use the library, this book will be your ally.