Personalize the hyperlink with a picture

Source: Internet
Author: User

Don't be surprised if you see an underscore link in the picture. Because it's really simple, you can do it.
come here and see the actual effect Http://5key.net/demo/hyperlink-underline


First, let's talk about how this colored underline is made. You might have guessed, a background picture of a gradient. That's right! This is the picture below.

Then look at the following CSS, the whole link change effect I think you should have understood it.
If it's not too clear. Let's take a look at the sliding door concept body {
font-size:14px;
Font-family:helvetica, Sans-serif;
padding:10px;
margin:0px;
}
h1{margin:0; padding:0; font-size:16px;}
p{padding:20px 0 0 0;}
a{
*padding-bottom:1px;
Text-decoration:none;
}
a:link{
Color: #06F;
Background:url (1.gif);
Background-repeat:repeat-x;
Background-position:0 16px;
}
a:visited{
Color: #06f;
Background-image:url (1.gif);
Background-repeat:repeat-x;
Background-position:0 16px;
}
a:hover{
Color: #039;
Background:url (1.gif) repeat-x 0 bottom;
}

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.