Learn how to use background-position in CSS

Source: Internet
Author: User
CSS css2.0 in the background-position have you ever used it? How to use it? Where is it used? JS Control picture Switch has two defects: 1. Sometimes after the switch slowly, need to preload to solve; 2. To make 2-3 sets of pictures

See how to solve this problem with background-position, realize fast "switch", here only use a picture

The FONT:10PX/1 in the code is also an uncommon usage.

can refer to here: http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.htm

The effect of this usage on the site map or navigation bar:

<style type= "Text/css" > #menu a {display:block;width:150px;margin:6px; padding:10px 0 10px 32PX;FONT:10PX/1 Sans-serif;color: #f90; Background:url ("Btn.gif") top left No-repeat;text-decoration:none;} #menu a:hover {background-position:0 -39px;color:red;} #menu a:active {background:url ("btn.gif") 0-78px No-repeat;color:black;} </style></pead><body><div id= "menu" ><a href= "###" >menu link 1</a><a href= "# # # ">menu link 2</a><a href=" ### ">menu link 3</a><a href=" ### ">menu link 4</a><a href = "###" >menu link 5</a></div>

[Ctrl + A ALL SELECT hint: You can modify some of the code, and then run]



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.