How to Implement CSS hyperlink background switching, css hyperlink background

Source: Internet
Author: User

How to Implement CSS hyperlink background switching, css hyperlink background

How to Implement CSS hyperlink background switching:
Suggestion: writing code as much as possible can effectively improve learning efficiency and depth.
A considerable number of websites have the same effect in the navigation bar: When you place the cursor on the navigation bar, the background image changes and the original background image is restored after you move the cursor away. The following describes how to achieve this effect. The code example is as follows:

<! DOCTYPE html> 

The above Code meets our requirements. The implementation process is very simple:
Step 1: Set a background image under the default hyperlink status.
Second, set the image as another background when you place the cursor over the hyperlink.
Note: Element a must be converted to a block-level element; otherwise, the height and width cannot be set.
Background images can also be merged into one image. For details, refer to the section on how CSS combines background images into one image.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 4683.

Related Article

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.