Create a tooltips Solution

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.