From:
11 outstanding tooltips creation Solutions
Http://www.qianduan.net/11-excellent-program-to-create-tooltips.html
Ajaxcode -- tooltips: Message reminder box Control
Http://www.open-open.com/ajax/Tooltips.htm
1. Easy CSS tooltip
Http://www.kollermedia.at/archive/2008/03/24/easy-css-tooltip/
Here is the 4 Line magic (3 lines CSS, 1 line html ):
/* CSS tooltip */
A: hover
{
_ Background : Transparent ;
}
/* BG color is a must for IE6 */
A. tooltip Span
{
Display : None ;
Padding : 6px 10px ;
Text-indent : 0px ;
Line-height : 18px ;
}
A. tooltip: hover Span
{
Display : Inline ;
Position : Absolute ;
Background : # Ffffff ;
Border : 1px solid # cccccc ;
Color : # 6c6c6c ;
Text-Decoration : None ;
}
/* End of CSS
Easy<AClass= "Tooltip"Href= "#">Tooltip<Span>This is the crazy little easy tooltip text.</Span> </A>.
2. jtip
Http://codylindley.com/blogstuff/js/jtip/
3.