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.