CSS provides rich tooltips

Source: Internet
Author: User
InsertCode: <Br/>
<A class = "tooltips" href = "# tooltips"> ihandu <span> Ducky's private life </span> </a>

<Style type = "text/CSS">

A: Link, A: visited {text-Decoration: none; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #453739 ;}
A: hover {color: # c86f70; text-Decoration: none ;}

/* Tooltips */
. Tooltips {
Position: relative;/* This is to locate the box next to the text */
Z-index: 2;
}

. Tooltips: hover {
Z-index: 3;
Background: none;/* not available in IE */
}

. Tooltips span {
Display: none;/* generally, the characters in the span are not displayed */
}

. Tooltips: hover span {/* The span label is only displayed in the hover status */
Display: block;
Position: absolute;
Top: 21px;
Left: 9px;
Width: 15em;
Border: 1px solid # c7bc98;
Background-color: # ebe2c8;
Padding: 3px;
Color: black;
}

</Style>

You can use this method to create many styles of tooltips. This method can be used in IE and Firefox.

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.